Shibboleth doesn't log the LDAP user log in

Wang, Holly holly.wang at csun.edu
Tue May 1 00:32:33 BST 2012


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


More information about the users mailing list