search for: ldap_check

Displaying 1 result from an estimated 1 matches for "ldap_check".

2010 Jun 13
0
DAViCal LDAP-Authentication error
...e . And I want to use the LDAP to auth the accounts and their password My *.conf: ,----[ /etc/davica*l*/myserver.conf ] | <?php | | /********************************/ | /*********** LDAP hook **********/ | /********************************/ | | $c->authenticate_hook['call'] = 'LDAP_check'; | $c->authenticate_hook['config'] = array( | 'host' => test.com.cn, | 'port' => '389', | 'protocolVersion' => '3', //Version of LDAP protocol to use | 'baseDNUsers'=> 'ou=People,dc=test,dc=com,dc=cn',...