> Dear List: > > > I have this openldap config in slapd.conf: ... > ItÂs working with ldapsearch, I configured it in > config.php: > > > $ldap_server[0] = array( > 'host' => 'localhost', > 'base' => 'cn=Manager,o=Epmbogota,c=CO', > 'name' => 'Directorio Global', > 'port' => 389, ... > But not working; whatÂs up?
1. openldap 2.1.x does not allow v2 protocol by default. php uses v2 protocol by default. SquirrelMail 1.4.3 provides ldap configuration option that allows setting protocol version. openldap has 'allow bind_v2' option 2. address book does not list ldap addresses. code is disabled. You can find addresses only when you have ldap support in php and you search for address. See Addresses button in message composition form. If ldap address book is missing in address search pages - you don't have ldap support in php. If you can't find entries listed in your ldap directory - something wrong with address book configuration. 3. 'base' => 'cn=Manager,o=Epmbogota,c=CO' are you sure about that? does all your ldap records look like 'something,cn=Manager,o=Epmbogota,c=CO' 4. don't store administrative passwords in places that don't need them. If you publish information about your setup - don't provide login info or make sure that your ldap server does not allow external connections 5. you can store encrypted password in slapd.conf. See 'man slappasswd' -- Tomas ------------------------------------------------------- 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
