DirectoryTree / LdapRecord

A fully-featured LDAP framework.
https://ldaprecord.com
MIT License
502 stars 44 forks source link

update request [Support] #661

Closed gaurav1992 closed 11 months ago

gaurav1992 commented 11 months ago

I have User, Group and Organization table with there respective class. And user belongs to the group and department.

Now assume if I change the cn of a department then the member of the that department will also get updated and dn will change but in group MemberUId will remain same the old dn of user so all the user will lost the group connection and fill with junk data.

I would like to write a query that can update the group too.

Can somebody help please?

Environment: