LDAP login not resolving DN correctly
-------------------------------------
Key: JS2-750
URL: https://issues.apache.org/jira/browse/JS2-750
Project: Jetspeed 2
Issue Type: Bug
Components: Security
Environment: XP, jBoss, ApacheDS
Reporter: shim manning
Useing ApacheDS with the supplied
src\components\security\src\test\JETSPEED-INF\directory\config\apacheds\setup5\company1.ldif
tree, I am unable to login to the portal. Jetspeed finds the user name
correctly. But trying to login gives 'invalid password'.
I tracked the issue down to AbstractLDapDao.java in getFirstDnForUid, the
userDn that is returned is relative to the search path. ie "uid=admin" is
returned instead of the full DN of "uid=admin,ou=People,ou=OrgUnit1"
Because of the relative DN, the uid is not correct later when it is used. (ie
"uid=admin,o=sevenSeas" instead of
"uid=admin,ou=People,ou=OrgUnit1,o=sevenSeas" )
Checking searchResult.isRelative() returns true. Attaching
StringUtils.replace(getSearchDomain(), "," + getRootContext(), "") (the base
search path) onto the end of userDn seems to fix this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]