>>>> Plugin is written for compatibility v.1 API. Undo >>>> compatibility > 2.x patch and downgrade to compatibility 1.3. >>>> >>>> -- >>>> Tomas >>>> >>>> >>> >>> Thanks Tomas, I install compatibility 1.3 and now >>> >>> i can get the change ldap passwd page but after >>> feeding the new and old passwd and after submit button it return me an >>> error. >>> >>> Fatal error: Call to undefined function: ldap_connect() in >>> /var/www/html/webmail/plugins/change_ldappass/options.php >>> on line 148 >>> >>> I also edit plugin's config.php to reflect correct >>> values but no luck. BTW my ldap server is >>> localhost and have no custom ACL for readung data from it. >>> >>> What I m missing any help for configuring config.php >>> and slapd.conf please. >> >> PHP LDAP extension is missing. >> >> >> http://www.php.net/ldap >> > Thanks again, I have rpm based php installed on fedora > 3 how do i know my php is ldap enabled. Any easy way > to install php with ldap support as well as apache support.
http://www.rpmfind.net//linux/RPM/fedora/updates/3/i386/php-ldap-4.3.11-2.8.i386.html rpm -i ftp://url-to/php-ldap-4.3.11-2.8.i386.rpm and make sure that extension is loaded in php.ini. Check php documentation about enabling shared extensions. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
