Hi all,
I am trying to add a new entry in my existing ldap group (a new uniqueMember). However, when I am trying to add a new uniqueMember through ldapTemplate, I am not able to do that. It complains that this attribute already exists. Can anyone please explain how I can do that through ldapTemplate? Below is what I used to create my initial members:
dn: cn=poweruser,ou=groups,dc=ui,dc=mydomain,dc=com
objectClass: groupOfUniqueNames
cn: poweruser
uniqueMember: uid=user1,ou=users,dc=ui,dc=mydomain,dc=com
uniqueMember: uid=user2,ou=users,dc=ui,dc=mydomain,dc=com
and I am trying to simply add a new uniqueMember through LdapTemplate.
I will greatly appreciate if anybody can help...
Thank you,
Soby Chacko


Reply With Quote