02-12-2018 11:03 AM - edited 03-17-2019 12:10 PM
Hi Team,
We have mixed users in CUCM "LDAP sync" and "Local users".
Can you please let me know how to list just the Local Users.
we are using CUCM 10.5
I already went to Bulk Admin \ Export.
but when I export the "End Users" does not bring the "Local users" just the LDAP users.
Thanks in advance,
Alberto
02-12-2018 12:11 PM - edited 02-15-2018 11:15 PM
You could try something like Active Table JS Bookmarklet to sort and filter the table in-browser:
https://gist.github.com/stevesouders/5952488
Or, if you wanted to go the CLI of the CUCM Publisher, you could run this command:
Local Users
run sql select count(*) from enduser where fkdirectorypluginconfig is null
LDAP Enabled Users
run sql select count(*) from enduser where fkdirectorypluginconfig is not null
02-12-2018 12:15 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide