Problem:
Is there a way to determine if a user ID I've pulled from CUCM AXL is LDAP based or local database hosted? I can't seem to find anything in the schema.
Solution:
Execute a getUser request for the user in question. If the user is an LDAP user, you should see something like this in the response:
<ldapDirectoryName uuid="{2B7E4724-2451-DF9A-685B-BB3D3E394C17}">ADFS</ldapDirectoryName>
<userIdentity>nicholas@ds-adfs.sso.com</userIdentity>
Comments
0 comments
Please sign in to leave a comment.