Re: Passwd application configuration
Jan Schneider <[email protected]> Thu, 17 May 2012 18:26:39 +0200
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Message-ID | <[email protected]> |
Zitat von suganthapriya vishwanathan <[email protected]>: > Hi Team, > > I have installed Horde webmail groupware edition 4.07 using php pear. > > I have installed passwd application for changing the mail users passwd. I > have my existing LDAP server for user authentication. > > I am not able to reset the passwd getting error message as "Password module > is not configured properly" in browser. > > In /var/log/messages getting error message as " Invalid bind credentials" > > I have pasted the backends.php file of passwd application below for your > reference. > > $backends['ldap'] = array( > 'disabled' => false, Are you sure this backend is used at all? Did you disable the hordesql Backend or let the user select the backend? > 'name' => 'LDAP Server', > 'preferred' => '', > 'policy' => array( > 'minLength' => 6, > 'minNumeric' => 1, > ), > 'driver' => 'Ldap', > 'params' => array( > 'host' => 'localhost', > 'port' => 389, > 'basedn' => 'dc=mail,dc=mydomain,dc=com', > > 'admindn' => 'cn=Manager,dc=mail,dc=mydomain,dc=com', > 'adminpw' => 'xxxxxxxxxxxxxxxxxxxxx', I guess these are just placeholders, and you tested that those exact credentials work from the command line of the Horde server? > // LDAP object key attribute. > 'uid' => 'mail', > // The attribute storing the password. > 'attribute' => 'userPassword', > // These attributes will enable shadow password policies. > // 'shadowlastchange' => 'shadowLastChange', > // 'shadowmin' => 'shadowMin', > // This will be appended to the username when looking for the > userdn. > 'realm' => '', > // Use this filter when searching for the user's DN. > 'filter' => '(objectClass=*)', > // Hash method to use when storing the password > 'encryption' => 'ssha', > // Whether to enable TLS for this LDAP connection > // Note: make sure that the host matches cn in the server > certificate. > 'tls' => false > ), > ); Check the logs, for Horde and LDAP. -- Jan Schneider The Horde Project http://www.horde.org/ -- sork mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]