View Single Post

   
  #1 (permalink)  
Old 04-17-2008, 04:10 PM
rob
 
Posts: n/a
Default LDAP authentication question

Hello,

I am trying to get my Postgresql 8.2.5 system to authenticate database
users against my Windows AD domain. I have gotten to the point where
there is some level of authentication happening, but I have to use my
user's 'given name' as opposed to their actual user name. I have no
real working knowledge of ldap, which I suppose is the real problem
here. Could anyone point me in the right direction?

Here is what I have in my pg_hba.conf file:

host all all 192.168.0.0/16 ldap "ldap://
192.168.0.95/basedn;cn=;,cn=Users,DC=domainname,DC=company,DC=c om"

Any assistance appreciated.

-Rob
Reply With Quote