LDAP Authentication in Managment Console
I'm having issues getting LDAP Authentication to work - "Cannot find the person given the specified search filters".
My users are a few OUs deep in AD. Here is myself for an example:
CN=David Serpa,OU=Tech Group,OU=Company Users,DC=company,DC=com
I've tried entering it in various ways but I keep getting the above error.
If anyone can point me in the right direction it would be much appreciated!
My users are a few OUs deep in AD. Here is myself for an example:
CN=David Serpa,OU=Tech Group,OU=Company Users,DC=company,DC=com
I've tried entering it in various ways but I keep getting the above error.
If anyone can point me in the right direction it would be much appreciated!
0
Comments
Try setting the Search path to - objectClass=user
We are on 7.1.1.
Here is the complete info to try -
Change the settings on the management console LDAP Authentication (Use LDAP for user authentication - Authentication tab) screen by using the output of the ldapsearch ;
1) correct the Base DN ou's and dc's that made the correct path to the user entries.
2) set the deault search path to "objectClass=user"
3) set the User search Attribute to "sAMAccountName"
on the "ADD user using LDAP authentication" screen let the search path and user search attribute default from the initial setup screen
Raul,
Thank you! That worked. I did not get a confirmation when I clicked verify, however when I logged off and tried logging in with the saved user it worked using AD credentials.
When I set the Search path to OU= ( without further spec) and [Verify User] I get the reply : 1
( not certain what that is supposed to mean ) but I will not be able to logon as that (ldap auth'ed) user
ldapsearch and ldap authentication with the same settings as MC-Authentication work just fine. I'd appreciate if someone could help
If you do get a solution , I'd really appreciate if you could share it .
Thanks
Hi Karin, I was able to get this work, sharing my settings to help. There is a "bug" or limitation. The LDAP search will not traverse containers so if you have it pointed to "users" the actual user needs to be in that container, if it is in a sub container it will not find it. We have an open ticket with Vertica on this and were told it will be fixed in a future update. Good luck!
David
Indeed thanks for your reply , however it did not work for me ( unluckily ) . When I set the admin to base-dn adding CN ( using my own account ) , verifications fails with error 49 ( invalid credentials )
Are you using the ldap server password or account password ? ( In fact I tried both and both returned err. 49 ) and ... is the authentication than bound to your specific account ?