Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: ncl on November 24, 2009, 08:36:39 AM

Title: password plugin, ldap and organizationalUnits
Post by: ncl on November 24, 2009, 08:36:39 AM
Hi everyone,

So im testing roundcube right now. Only glitch that still bothers me is how the password plugin generates userdn when changing passwords. I have user entries under different ou's which are not part of the email address or anything, for example:

ou=admins,ou=people,dc=domain,dc=com
ou=users,ou=people,dc=domain,dc=com

Now with the password_ldap_userDN_mask setting i can only enable one of those groups to change their passwords. It would be ideal if the plugin would connect with a specific user and pass (anonymous is no good) and perform a search to find users dn and then re-bind with that dn to change the password.

Is it possible with the standard plugin (or another one possibly)?
Title: password plugin, ldap and organizationalUnits
Post by: ncl on November 24, 2009, 06:03:19 PM
Nevermind. Created a patch and a ticket: #1486316 (password plugin user DN search) ? Roundcube Webmail (http://trac.roundcube.net/ticket/1486316).