i am deleting a user in Tivoli ldap using spring ldaptemplate -> ldaptemplate.unbind().
When i delete a user its DN automatically gets deleted from uniqueMember of Groups.
Can someone tell me how and why this scenario happens?
I try to create a new Attribute Organization in Users and put Org DN in it but when i delete organisation this DN is not remove.
Is there a setting i am missing which is present in UniqueMember and not in my custom attribute which will auto delete the organisation DN from my Users branch
Update: I found a Way to Handle this in Theory but i am not able to implement it https://www.ibm.com/support/knowledgecenter/SSVJJU_6.3.0/com.ibm.IBMDS.doc/plugin198.htm
Has anyone tried this? if someone can point me to an example