I have a schema which is very similar to the example except the following would be added to the top. If I add this I can no longer retrieve users by doing
dn: dc=jayway,dc=seCode:ldapTemplate.search("", "(objectClass=*)", userAttributeMapper)
dc: jayway
objectClass: top
objectClass: domain
I am sure this is something easy that I am missing, can anyone point me in the correct direction?


Reply With Quote