Sign-up our Newsletter  Register on our LinkedIn  Follow us on Twitter  Check out our Facebook  Follow us on Google+
Follow

Switch users to a new Ldap

If you have to change to a new LDAP repository,  you will need to execute 1 or several times the folowin query

UPDATE table_user
SET ldap_dn = REPLACE(ldap_dn, 'ou=IT,ou=Groups,dc=example', 'ou=IS,dc=example2')
WHERE ldap=1;

You need to adapt to your environment

 

Note: this has been tested with MySQL 

 

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.