Issue Details (XML | Word | Printable)

Key: GLDP-91
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Luke Daley
Reporter: Joel Reed
Votes: 0
Watchers: 0
Operations

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

GldapoSynonymFor breaks GldapoNamingAttribute

Created: 04/Aug/08 07:56 PM   Updated: 09/Aug/08 03:01 AM   Resolved: 09/Aug/08 03:01 AM
Return to search
Component/s: None
Affects Version/s: 0.7
Fix Version/s: 0.7

Time Tracking:
Not Specified


 Description  « Hide

Hmm, I'm trying out the 0.7 snapshot release and have run into a problem.

I have an LdapPerson class, with something like this:

@GldapoSynonymFor("uid")
String username

the "uid" is my naming attribute, so I change the class to say

@GldapoNamingAttribute
@GldapoSynonymFor("uid")
String username

But now I get this error message:

Message: Attempt to set brdn of object with a naming attribute of 'username' to 'uid=justin.foobar@visn.biz, ou=users, dc=nviznit, dc=com'



Luke Daley added a comment - 09/Aug/08 03:01 AM

Fixed and in the new snapshot, please test and let me know when you get a chance.