LDAP

From: "Taha Ozket" <tahaozket(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: LDAP
Date: 2008-11-16 13:14:19
Message-ID: 6e4906da0811160514w19854a4ag808a4ab84a271eac@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am using ldap for client authentication. I add a line to pg_hba.conf like this

host all all 192.168.1.104 255.255.255.0 ldap
"ldap://ldapserver:389/dc=domain,dc=com,dc=tr;;,sn=;?sub?(objectclass=*)"

but It doesnt work. I dont want to use this type query;

cn=username, dc=domain, dc=com, dc=tr

I want to search with attribute and filter query like this

ldap://hostname:port/base_dn?attributes?scope?filter

how can I use this in pg_hba.conf ?

Responses

  • Re: LDAP at 2008-11-16 16:09:15 from Magnus Hagander

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-11-16 14:21:24 Re: Database access over the Internet...
Previous Message Peter Billen 2008-11-16 12:39:19 disable/enable trigger and transaction