2

I'm able to get successful LDAP searches:

~>$ ldapsearch -h my.ldap.net -x -b "ou=People,o=my.net" "uid=searched.user@my.net" cn

That returns as expected, the CN of the user looked for. I'm also able to bind lookups as in

~>$ ldapsearch -h my.ldap.net -W -D "uid=bind.lookup@my.net" -b "ou=People,o=my.net" "uid=searched.user@my.net" cn

and have the correct information returned after the bind.lookup user enters their AD password.

When I try:

psql -U "searched.user@my.net" 

I get prompted for the password. Upon entering the password, I get:

psql: FATAL: password authentication failed for user "searched.user@my.net"

That's what I've tried. Any ideas on how I can get this working? I should mention that it is NOT desired to join the database server to the Windows domain - too many other linkage issues would arise.

Tom V
  • 15,330
  • 7
  • 58
  • 86
Zeki
  • 21
  • 1

0 Answers0