|
Hi,
I am new to shib and setting it up on windows with apache + tomcat.
I have the following configuration in the login.config file for ldap
ShibUserPassAuth {
edu.vt.middleware.ldap.jaas.LdapLoginModule required
host="127.0.0.1"
serviceUser="uid=admin,ou=system"
serviceCredential="XXX"
base="ou=people,dc=ucsc,dc=edu"
port="10389"
userField="uid";
};
but still it always shows the same values of ou=people,dc=example,dc=org. It is not reading what i set
19:37:13.265 - DEBUG [edu.vt.middleware.ldap.Ldap:707] - dn = ou=people,dc=example,dc=org
19:37:13.265 - DEBUG [edu.vt.middleware.ldap.Ldap:708] - attributes = <not shown> 19:37:13.265 - DEBUG [edu.vt.middleware.ldap.Ldap:709] - return attributes =
19:37:13.265 - DEBUG [edu.vt.middleware.ldap.Ldap:713] - []
19:37:13.265 - DEBUG [edu.vt.middleware.ldap.Ldap:1623] - Bind with the following parameters:
19:37:13.265 - DEBUG [edu.vt.middleware.ldap.Ldap:1624] - dn = uid=admin,ou=system
19:37:13.265 - DEBUG [edu.vt.middleware.ldap.Ldap:1628] - credential = <suppressed>
Thanks,
|