Shibboleth doesn't log the LDAP user log in

Montoya,Jose T jtmontoya at mdanderson.org
Tue May 1 01:14:56 BST 2012


You could also verify that the serviceUser account is not restricted to login from a specific hosts.
Sometimes an LDAP administrator may restrict an application service account to be allowed bind from specific hosts.

-jose

-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Wang, Holly
Sent: Monday, April 30, 2012 6:33 PM
To: Shib Users
Subject: Shibboleth doesn't log the LDAP user log in

Hi,

My shibboleth idp had been set up to connect to LDAP. I always got "Authentication Failed" in the login.jsp page. 

I have modified the login.config file, change the the default "sufficient" into " required " for edu.vt.middleware.ldap.jaas.LdapLoginModule, what else I need to do? 

edu.vt.middleware.ldap.jaas.LdapLoginModule required 
      host="***.csun.edu"
      base="ou=People,ou=Auth,o=csun"
      port="***"
      ssl="false"
      tls="false"
      subtreeSearch="true"   
      serviceUser="cn=***"
      serviceCredential="***"
      userFilter="***";     

thanks


Holly Wang
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list