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'
Fixed and in the new snapshot, please test and let me know when you get a chance.