[ADMIN] LDAP authentication question

2008-04-16 Thread rob
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

Re: [ADMIN] LDAP authentication question

2008-04-16 Thread rob
Well, not 100% sure why this would make a difference, but using this line in pg_hba.conf got things working as I hoped: hostall all 192.168.0.0/16 ldap "ldap://192.168.0.95/ dc=domainname,dc=company,dc=com;DOMAINNAME\" -Rob On Apr 15, 10:30 pm, rob <[EMAIL PROTECTED]> wrote: > He