> Hi all,
>
> refernce to:Re: change ldappass plugin not working (Tomas Kuliavas)
>
> I am using php-4.0.6-7 with php-ldap-4.0.6-7 on my mail server.

Plugin uses code that is not compatible with php 4.0.x.

It should use sqGetGlobalVar function instead of accessing $_POST
variables directly.

For example:

$cp_oldpass = $_POST['cp_oldpass'];

should be replaced with

sqGetGlobalVar('cp_oldpass',$cp_oldpass,SQ_POST);

I suspect that you might have other issues, if you use squirrelmail 1.4.x
on php 4.0.x.

-- 
Tomas


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?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

Reply via email to