Roundcube Community Forum

 

password plugin, ldap and organizationalUnits

Started by ncl, November 24, 2009, 08:36:39 AM

Previous topic - Next topic

ncl

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)?