Why I require this patch ?
Roundcube password plugin does not sync samba password. This patch can sync your samba password using roundcube password plugin
Apply this patch at your own risk . Dont forget to use --dry-run option before running this patch
How to apply patch ?
- Download patch file from download link listed below.
- Copy patch file to directory /usr/share/roundcube/plugins/password/drivers.
- For a safer side take a backup of your original ldap.php file.
# cp ldap.php ldap.php.org
- Now patch your ldap.php file.
# patch -p0 < rcldappasswd.patch
Where can I download this patch ?
I have uploaded the patch in below location.
Download RCLdapPatch