Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: Simple40 on February 24, 2020, 08:00:20 AM

Title: Active Directory and Password Plugin
Post by: Simple40 on February 24, 2020, 08:00:20 AM
Good Morning All,

I have been searching the internet for a few days now.  I have setup my mail server to communicate to my Active Directory server via LDAPS and don't have any errors in the Roundcube log but when the password is changed via Roundcube it does not actually update Active Directory.  The Roundcube page says the change was successful but the password remains the previous.  Any suggestions on how to fix this?

Thanks for your time.
Title: Re: Active Directory and Password Plugin
Post by: Simple40 on February 26, 2020, 06:57:51 PM
Just to add to this it seems to be an issue with the password plugin driver (ldap_simple) when it execute the ldap_modify.  Active Directory responds with unwilling.
Title: Re: Active Directory and Password Plugin
Post by: alec on February 27, 2020, 02:29:02 AM
Did you try with ldap_debug? The log may give some clues.
Title: Re: Active Directory and Password Plugin
Post by: Simple40 on February 27, 2020, 05:58:50 AM
I will give that a try.  Thank you very much for the suggestion.
Title: Re: Active Directory and Password Plugin
Post by: Simple40 on March 02, 2020, 02:38:17 PM
I was able to get the syntax fixed within the password plugin config file.  I now get no errors in the roundcube log file but i still get an error on the password change area within the webmail.  I turned on debugging on my Domain Controller but don't see any log entries for why I am still unable to change the password.  Does anyone know how to fix this?
Title: Re: Active Directory and Password Plugin
Post by: Simple40 on March 05, 2020, 04:47:10 PM
Thanks all for the help.  I my AD authentication and ability to change the AD password via LDAPS all working.

Title: Re: Active Directory and Password Plugin
Post by: sheyk98 on March 14, 2023, 10:41:20 AM
Hello everyone!
Can you show us the configuration file for password plugin with Active Directory?
I need setup it too...