07-22-2013 08:39 PM
I am having trouble getting VSOM 7 and my AD server taking correctly to each other for LDAP Authenication. I have followed the directions in the users guide but no luck when I test with a username and password. Anyone else get this setup with a Windows Server 2008?
Fields below:
Principal: CN=%USERID%,OU=Admins,DC=cisco,DC=com
User Search Base: dc=cisco,dc=com
Userid Attribute: sAMAccountName
Error Message: Operation failed: Connection to LDAP for user rdstack failed. Invalid bind DN path or credentials
08-29-2013 04:29 PM
Robert,
Change your principal to CN=%USERID%@cisco.com, taking your example, then test authentication. Once that's successful, you can set up authorization based on the LDAP filters.
09-06-2013 11:49 AM
This is the format that I used that worked pretty good :
Principal: %USERID%@ectorcountyisd.org
User Search Base: OU=Staff,OU=ECISDUsers,DC=ectorcountyisd,DC=org
user : sAMAccountname
Filter :
OU=Staff,OU=Users,OU=ECISD,DC=ectorcountyisd,DC=org
(&(sAMAccountName=%USERID%)(memberOf=CN=Cameras_Warehouse,OU=Groups,OU=ECISD,DC=ectorcountyisd,DC=org))
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