History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-2051
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jen Bourey
Reporter: Jen Bourey
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

SimpleLdapSecurityContext fails in up3

Created: 12/May/08 12:21 PM   Updated: 15/Sep/08 06:47 PM
Component/s: Authentication
Affects Version/s: 3.0.0
Fix Version/s: 3.0.1, 3.1.0-M1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
In uportal 3.0, the SimpleLdapSecurityContext throws an exception while searching for the logging-in user. It appears that this is a result of switching part of the backend to Spring LDAP. In particular, the LDAP connection has the baseDN appended to the end of the connection URL.

 All   Comments   Work Log   Change History      Sort Order:
Jen Bourey [12/May/08 12:27 PM]
To address this issue, we changed the getBaseDN() method of ContextSourceLdapServerImpl to return a local variable rather than the baseDN of the ldap connection. Now we should be able to leave the "base" property out of the connection itself in the spring configuration, and instead add the baseDN property to the LDAP server bean definition.

Note: this means that person directory and security context LDAP context will now need to be configured separately.


Eric Dalquist [12/May/08 01:52 PM]
This needs to get committed on the branch before closing

Jen Bourey [15/May/08 08:17 AM]
I believe this is now committed to all branches.

Eric Dalquist [15/Sep/08 06:47 PM]
Closing issues that have been released