spring-ldap
spring-ldap copied to clipboard
MetaDataException bug when using DirContexAdapter to add member to group in Spring LDAP 2.0.0.RELEASE
Following section 3.4 of the Spring LDAP Reference manual to use the DirContextAdapter and LdapTemplate for adding an attribute for a new user to a group, I get a MetaDataException thrown in the class ObjectMetaData (in the constructor) apparently because there are missing annotations in DirContextAdapter. I have all of this in a zip file with a README.txt, sample code, output, etc. but since this is the first bug I have ever reported, I don't have a clue as to how to provide this.
Just so I am clear here -- I have no desire to pull code and make changes to it. I am trying to use this code and found an issue. I am just reporting it with as much information as I can provide to make it easy for someone to fix.