Author Topic: Change password on two different OpenLDAP bases.  (Read 3994 times)

Offline yulle

  • Newbie
  • *
  • Posts: 1
Change password on two different OpenLDAP bases.
« on: December 03, 2013, 01:18:26 PM »
Hello everybody!
I'm new here and kinda newbie on roundcube, so sorry if i'm asking a dumb question.
I have a mail server (iRedMail with OpenLDAP). The thing is that when some user changes his password on roundcube the password needs to be changed on two completely different LDAP bases. One is the mail server base itself, and the other is a local base. The problem is that replication can't be used on this situation, cause like I said, the bases are completely different. Actually the only common attributes are the uid and the password.
So, is there a way to when a ser change his password on the mail base, the local base changes to? I read all documentation about the password plugin but I couldn't find anything about that.
Sorry my rusted english!
Thank in advance.

Yulle.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Change password on two different OpenLDAP bases.
« Reply #1 on: December 03, 2013, 05:48:05 PM »
I don't think you can do this with the default password plugin, I think the best option would be to create a modified version of the ldap driver for the password plugin that would support multiple bases.