> Hi all, > > I am using Squirrelmail 1.4.4 with qmail (with ldap services) ,the > problem I am facing is that I can't change the password of the user > through > Squirrelmail and I am using the change_ldappass-1.7 plugin with the > compatibility plugin already installed,but when I try changing the > password,it gives me the error: "You must type in your old password.You > must > type in a new password" > but the users can login read and send mails using squirrelmail,what can > be the issue? > followin is the config file of the change_ldappass plugin. > <?php > $ldap_server = "localhost"; > $ldap_password_field = "userpassword"; > $ldap_user_field = "username"; > //put the ldap base dn of your server here > $ldap_base_dn = "dc=(mydomain),dc=com"; > $ldap_bind_as_manager = 1; > $ldap_manager_dn="cn=root,$ldap_base_dn"; > $ldap_manager_pw="secret"; > ?> > "My ldap manager is root with passwd secret" > > pls let me know what I am doing wrong.thanks in advance.
which php version you use? -- 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
