>> Hmmm, I'm using squirrelmail with the SuSE Open-Exchange-Server. First >> of >> all, squirrelmail is fantastic. The E-Mail-Surface of the >> Exchange-Server >> of SuSE is awful, so we try to use squirrelmail for our 300 users. >> >> OK, one problem: >> I try to use the LDAP-Server as addressbook in squirrelmail. >> LDAP-Support >> is on in php.ini and so shows phpinfo() >> >> In config.php I tried this: >> $ldap_server[0] = array( >> 'host' => 'email.gummersbach.gkd' >> 'base' => 'dc=gummersbach,dc=gkd' >> 'binddn' => 'uid=cyrus,dc=gummersbach,dc=gkd' >> 'bindpw' => "passwordofcyrus' >> >> >> I used these settings in Outlook 2002 as the LDAP-Addressbook, >> Server-Name: dc=gummersbach,dc=gkd >> Search-Basis: dc=gummersbach,dc=gkd >> Server needs authentication: >> User: uid=cyrus,dc=gummersach,dc=gkd >> Password: passwordofcyrus >> >> >> >> With these settings in Outlook LDAP search is OK, i can search for any >> user on the LDAP-Server. >> >> But in squirrelmail searching for names or "showing all" shows no >> results, allthough the name of the LDAP-Server ist shown in the >> addressbook-field. >> >> Has anybody an idea what is wrong or have experiences with using the >> SuSE >> Openexchange-Server as LDAP-addressbook in squirrelmail ? > > Have you tried setting protocol version to 3? Some LDAP servers does not > allow v2 binding and php uses v2 bind by default. >
allow_bind2 on the imap-server was the solution, thanks a lot ! ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
