search for: authenticate_hook

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

2010 Jun 13
0
DAViCal LDAP-Authentication error
...and running using the Postgresql database . 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...