This page will show you how to configure the ldap-chpasswd included in the SquirrelMail Change Password plugin. The ldap-chpasswd can change an LDAP server password. If you have not yet installed this plugin, see the SquirrelMail Change Password Howto.








4. Copy the file ldap-chpasswd.cfg.sample and save it as ldap-chpasswd.cfg. Next edit the ldap-chpasswd.cfg file and set the value of the keys below.
$isActiveDirectory = 0; $hosts = "localhost"; $domain = "acme.local"; $searchBase = "dc=acme,dc=local"; $bindDN = "cn=manager,dc=acme,dc=local"; $bindPW = "secret"; $userAttr = "uid";Values above are samples only, replace them with values appropriate for your setup.