cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1634
Views
20
Helpful
2
Replies

Local user report in CUCM

orellanas
Level 1
Level 1

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

2 Replies 2

Anthony Holloway
Cisco Employee
Cisco Employee

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

 

Thanks I will try the CLI option.

Thanks for your help.