Обсуждение: postgresql ldap integration
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
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
=?ISO-8859-2?Q?Jakub_Go=B3=EAbiewski?= <jakub21@gmail.com> writes: > but when I tried to start server I get message: > server cannot start > Is anybody have idea why it dosen't work? Nope. You need to find the actual postmaster error message --- it should be logged somewhere --- or try starting the postmaster by hand instead of via whatever unhelpful start script you're using. regards, tom lane