On 23.02.2012 00:09, Andy Theuninck wrote:
I modified my install so that the password plugin could use multiple drivers. Email is by far the service my users use the most, but it would be nice to keep their all their passwords in sync when the email password changes. The main change is that the save function loops through all selected drivers instead of just one. To avoid function name collisions, drivers can optionally use a prefix (e.g., sql_save_password instead of save_password).
There's password_change hook executed on successful password change. So, you can write a separate plugin.
I also have password plugin drivers for samba and unix accounts (using expect instead of PAM). Not sure if it's OK to attach lots of files to list posts.
No problem with that. You can open a ticket in trac too.