I have tried all possible variation of syntax I can imagine, like

host  all  all  202.18.10.0/24  
ldap://202.18.10.1:389/dc=abc,dc=net;;ou=people 
host  all  all  202.18.10.0/24   ldap   
ldap://202.18.10.1:389/dc=abc,dc=net;;ou=people 
host  all  all  202.18.10.0/24  
"ldap://202.18.10.1:389/dc=abc,dc=net;;ou=people";
host  all  all  202.18.10.0/24  
ldap://202.18.10.1:389/dc=abc,dc=net;cn=;,dc=holtecnet,dc=com

But all shows the same error in postgresql log.

I must be doing some basic syntax error. Is anybody get it working?  



-- 
View this message in context: 
http://www.nabble.com/pgSql-authentication-problem-with-openLdap-tp23021809p23038518.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to