Cucm bulk convert ldap synchronized user to local user
Rs3 quest rewards
I want to convert ALL users to local. If I simply turn off LDAP synchronization for the system, would that automatically convert the users to local? Currently the users aren't using any of the features that will be affected (users pages, Jabber, etc).
Nov 16, 2018 · If you want to convert LDAP End Users from Active to Inactive, enter the following command – run sql update enduser set status=2 where userid like ‘A%’ Note: In the above set of commands, if you put the numeric value for status=1, it will make the End User LDAP Account as Active and If you put the numeric value for status=2, it will make the End User LDAP Account as Inactive.