LDAP authentication question

From: rob <robklaus(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: LDAP authentication question
Date: 2008-04-16 02:30:53
Message-ID: 8eb4dace-0cc0-43ed-b668-2f95266b12b3@8g2000hsu.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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=com"

Any assistance appreciated.

-Rob

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message rob 2008-04-16 02:50:05 Re: LDAP authentication question
Previous Message Michael Monnerie 2008-04-15 23:56:39 Re: duplicate primary index in bayes db from SpamAssassin