Re: [GENERAL] how to enable ldap authentication

2011-10-24 Thread Tom Lane
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

[GENERAL] how to enable ldap authentication

2011-10-23 Thread bo gu
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 -