Hi,
I installed the Change LDAP Password plugin for Squirrelmail.
When I try to use it with an LDAP user, I get the following error:
"LDAP search failed.
Error: No such object"
Here is part of my config file for the plugin:
–––––––
$ldap_server = 'localhost';
$ldap_protocol_version = 3;
$ldap_password_field = 'userpassword';
$ldap_user_field = 'uid';
$ldap_base_dn = 'dc=mydomainishere,dc=org';
––––––––
also from the dir services error log:
2007-11-11 21:55:45 EST - T0xF0103000 - Attempt #1 to initialize plug-in PasswordServer failed.
Will retry initialization at most 100 times every 1 second.
Any suggestions? Thanks!