Implementing Cisco Collaboration Conferencing (CLCNF) — Question 4

Cisco Meeting Manager is deployed with an LDAP server that is configured with domain lab.local and search attribute sAMAaccountName. Which format should be used to log in to an account with the username “cmsadmin” in this deployment?

Answer options

Correct answer: C

Explanation

The correct format for logging in is 'cmsadmin@lab.local' as it adheres to the standard email format used for LDAP authentication, which includes the username followed by the domain. Options A and D do not include the domain, making them incorrect, while option B uses a backslash instead of the appropriate '@' symbol, which is not valid for this context.