bo gu writes:
> It seemed the executable was compiled with ldap:
> ldd /usr/local/pgsql/bin/postgres
> libldap-2.2.so.7 => /usr/lib64/libldap-2.2.so.7 (0x002a956ed000)
> <
I agree, that executable looks to have ldap support.
> But when I ran pg_ctl sta
I was trying to enable ldap authentication for 9.1 server.
I did:
./configure --with-ldap --with-openssl
make
sudo make install
And got these files installed:
ll /usr/local/pgsql/bin/
-rwxr-xr-x 1 root root 54811 Oct 24 10:27 clusterdb
-rwxr-xr-x 1 root root 55860 Oct 24 10:27 createdb
-