postgresql ldap integration 3DF8-644A-B923

From: Jakub Gołębiewski <jakub21(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: postgresql ldap integration 3DF8-644A-B923
Date: 2009-09-25 16:04:56
Message-ID: af853b910909250904y72daf2dcgf0c51c91fc49a745@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I have a problem with intgration postgresql to autheticate to database via
ldap.
I install postgresql84 on freebsd current version. My pg_hba.conf looks like
this:

# TYPE DATABASE USER CIDR-ADDRESS METHOD

# "local" is for Unix domain socket connections only
local all all md5
# IPv4 local connections:
host all all 127.0.0.1/32 md5
#host all all 194.29.146.3/24 ldap "ldap://
ldap2.iem.pw.edu.pl/uid=*;,ou=User,dc=ee,dc=pw,dc=edu,dc=pl"
# IPv6 local connections:

but when I tried to start server I get message:
server cannot start
Is anybody have idea why it dosen't work?

Best regards,
Kuba

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2009-09-25 16:27:58 Re: recovery is stuck when children are not processing SIGQUIT from previous crash
Previous Message Jakub Gołębiewski 2009-09-25 16:01:14 postgresql ldap integration