Forum .LRN Q&A: Re: External authentication with dotLRN (LDAP)

Collapse
Posted by Shahid Butt on
I have managed to make some progress. My new amended config.tcl file is:

# LDAP authentication
ns_param nsldap ${bindir}/nsldap.so

#
# ldap pool ldap
#
ns_section "ns/ldap/pool/ldap"
ns_param user "CN=admin,OU=Users,DC=mydomain,DC=com"
ns_param password "mypassword"
ns_param host "ldap://x.x.x.x:389"
ns_param connections 1
ns_param verbose on

#
# ldap pools
#
ns_section "ns/ldap/pools"
ns_param ldap ldap

#
# ldap default pool
#
ns_section ns/server/${server}/ldap
ns_param Pools *
ns_param DefaultPool ldap

This at least loads up the ns_ldap module. But I am still unable to connect to the LDAP server and see any users.