I'm in the process of setting up SquirrelMail and am trying to get it to
play nice with an LDAP address book.  So far, though, I've had no luck --
SM's not even trying to connect.  Other email clients, such as Mozilla, MS
Entourage, etc., can use the LDAP address book just fine.

I'm using SM 1.4.2 with PHP 4.3.3 and OpenLDAP 2.1.22 on a Mac OS X 10.2.8
host.  (PHP and OpenLDAP are NOT the ones provided by Apple.)  I know that
PHP 4.3.3 is somewhat frowned upon, but downgrading to 4.2.x is, right
now, an absolute last resort.

I have used conf.pl, main menu option #6, to define an LDAP server.  I
have also verified that ldap_server is set in config.php:

$ldap_server[0] = array(
    'host' => '127.0.0.1',
    'base' => <same thing used with Mozilla, Entourage, etc.>
);

I have verified, via the basic webpage "<?php phpinfo(); ?>" that LDAP
support has been compiled into PHP:

   LDAP Support   enabled
   RCS Version    $Id: ldap.c,v 1.130.2.4 2003/04/30 21:54:02 iliaa Exp $
   Total Links    0/unlimited
   API Version    2004
   Vendor Name    OpenLDAP
   Vendor Version 20122

It was configured via "--with-ldap=shared,/sw".

If I log into SM and click on "Addresses" in the primary page, I get only
locally defined addresses.  Nothing from the LDAP address book is defined,
and OpenLDAP shows nothing about attempted connections.

I've been through the FAQs and archives, but nothing stands out as being
applicable here.

Does anyone have any suggestions or pointers on what I might be doing
wrong here that's preventing SM from seeing and dealing with the LDAP
address book?

Thanks!

                 --------------------------------------
  Christopher A. Smith          Arlington, VA USA          [EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
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

Reply via email to