ahuacatlan
Programmer
Hi,
I installed the Change LDAP Password plugin for Squirrelmail.
When an LDAP user tries to change its own password using this plugin in squirrelmail, 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 directory 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!
I installed the Change LDAP Password plugin for Squirrelmail.
When an LDAP user tries to change its own password using this plugin in squirrelmail, 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 directory 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!