ltb-project / self-service-password

Web interface to change and reset password in an LDAP directory
https://self-service-password.readthedocs.io/en/latest/
GNU General Public License v3.0
1.17k stars 326 forks source link

Multiple LDAP servers #420

Closed flymia closed 4 years ago

flymia commented 4 years ago

Hi there,

we are in the middle of migrating our openLDAP to FreeIPA. I choose to use Self-Service-Password for our reset service on the new FreeIPA directory. Right now we are running two independent LDAP systems, since we are not yet ready to switch to FreeIPA completely. My goal is that when the user enters his new password it get's changed on the FreeIPA-LDAP and on our openLDAP.

Is that somehow possible with this tool? Maybe if I add some code?

It would be very nice if someone could help me.

coudot commented 4 years ago

Hello,

we use the posthook script for this: https://ltb-project.org/documentation/self-service-password/latest/config_posthook

flymia commented 4 years ago

Thanks, it worked!