> Hi there... > > I know this is a question that may have been asked many, many times but > I haven't been able to find a correct answer to it -perhaps my google > skills are not very good-. What would be the best way to access user > addesses list residing in a W2k/MS Exchange/Active directory server from > squirrellmail? I;ve tried many things with LDAP with no success at all, is > there a plugin or a specific way to do this??
Some tips: 1. when you add exchange server to conf.pl -> 5. Address Book, set bind protocol to 3. 2. make sure that you have LDAP support in php. 3. http://www.squirrelmail.org/wiki/en_US/SquirrelMailWithExchangeFAQ If you use latest stable squirrelmail version, you don't have to modify functions/abook_ldap_server.php in order to enable v3 and non-anonymous binding. 4. Use ldap search example from http://www.php.net/ldap in order to test connection between ADS and webserver. 5. SquirrelMail lists address records from LDAP servers only when you search for them in message compose window. ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 -- 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
