29/05: Squirrelmail + LDAP + SSL

Heute war Squirrelmail drann, natürlich mit ldap Anbindung.
Folgende Konfiguration funktioniert bei mir:
$ldap_server[0] = array(
'host' => 'ldaps://localhost',
'base' => 'ou=addressbook,dc=derherold,dc=com',
'port' => 636,
'binddn' => 'cn=Florentin Herold,ou=addressbook,dc=derherold,dc=com',
'bindpw' => '????',
'protocol' => 3
);
Vor allem das 'protocol' => 3 hat mich Stunden gekostet, weils natürlich nirgendswo dabei stand :)
No Trackbacks









