How can we filter when applying ldapmodify?
For eg: this is how my user object looks like:
dn: [email protected],ou=users,dc=dev,dc=com
sn: po
givenName: abc
pin: 1234
mail: [email protected]
telephoneNumber: 11234567890
enabled: FALSE
city: city
cn: [email protected]
o: org
I want to modify this user's city if his org is org. How can I apply such a filter?
I am doing it using ldap3, do I need to use controls?