Reporting Configuration: Configure LDAP/AD
From DocWiki
(Difference between revisions)
(→Configure LDAP (Active Directory) for user authentication) |
|||
| Line 36: | Line 36: | ||
|- | |- | ||
|} | |} | ||
| + | [[Category: Configuration Examples]] | ||
Revision as of 19:24, 2 August 2010
Configure LDAP (Active Directory) for user authentication
| Problem Summary | Domain user cannot log in through LDAP server |
|---|---|
| Error Message | Invalid username or password. Please try again. |
| Possible Cause | The LDAP parameters are incorrect or incomplete |
| Recommended Action | Sample parameters:
Host Address for Active Directory Server: 192.168.1.2 port: 389 "Use SSL" is not checked Host Address for Redundant Active Directory Server: Manager Distinguished Name: CN=Administrator, CN=Users, DC=myCompany, DC=com Manager Password: <password for user administrator> User Search Base: CN=Users, DC=myCompany, DC=com Attribute for User ID: sAMAccountName Sample value 2 for Manager Distinguished Name: CN=user1,OU=icm8,OU=UCCE80,OU=Cisco_ICM_domain,DC=UCCE80,DC=cisco,DC=com Sample value 3 for Manager Distinguished Name: CN=testuser,OU=Employees,OU=Cisco Users,DC=cisco,DC=com Tip 1: The values of OU could be case sensitive. Tip 2: The max number of characters for Manager Distinguished Name field cannot exceed 85. |
| Release | Release 8.0(1) |
| Associated CDETS # | None |