Help with LDAP authentication

Sean McHugh sean8sean at gmail.com
Fri Nov 16 10:39:44 EST 2012


On Fri, Nov 16, 2012 at 10:23 AM, Wynne, David <D.Wynne at ljmu.ac.uk> wrote:
..


>
>
> I'm trying to authenticate with our Microsoft Active Directory service, so
> the following configs are relevant:
>
>
>
> login-config
>
>
>
> edu.vt.middleware.ldap.jaas.LdapLoginModule required
>
>         ldapUrl="ldap://bydc1.jmu.ac.uk"
>
>         baseDn="ou=people, dc=jmu, dc=ac, dc=uk"
>
>         ssl="false"
>
> // 16/11/2012 D.Wynne Have to BIND with correct user credentials
>
>         bindDn`"cn=XXXXXXXX at jmu.ac.uk"
>
>         bindCredential="XXXXXXXX"
>


How about your useFilter ?  Would be best if you posted the entire config

Typically for AD installations, you may be using :   sAMAccountname={0}  or
mail={0} or userprincipalname={0}

read more here:
https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthUserPass



> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20121116/8d5cd53b/attachment.html 


More information about the users mailing list