LdapLoginModule: Unable to connect with bindDn / bindCredentials
David Bantz
dabantz at alaska.edu
Mon Jun 3 18:36:34 EDT 2013
On Mon, 3 Jun 2013, at 14:21 , Farrukh Najmi <farrukh at wellfleetsoftware.com> wrote:
>
> On 05/20/2013 03:31 PM, Nate Klingenstein wrote:
> > It's your choice whether authentication happens via an anonymous BIND or via a search by an authenticated DN. The LDAP login module supports both.
> > In order to retrieve attributes about the user from a directory, the IdP will need a privileged user account to perform the search.
>
>
> After successfully using Shib 2 SSO with my SP using LDAP search via an anonymous BIND I am now trying to do the same by authenticating with a privileged user by specifying bindDn and bindCredentials for the JAAS config for my LdapLoginModule as follows:
>
> ShibUserPassAuth {
>
> edu.vt.middleware.ldap.jaas.LdapLoginModule required
> ldapUrl="ldap://wellfleet1.wellfleetsoftware.com:33389/"
> baseDn="dc=springframework,dc=org"
> bindDn="uid=admin,ou=system,dc=springframework,dc=org"
> bindCredentials="secret"
bindCredential - singular I think
> ssl="false"
> userFilter="uid={0}"
> subtreeSearch="true";
> };
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130603/2115fb1c/attachment-0001.html
More information about the users
mailing list