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 327 forks source link

Reg SAMBA #1010

Open rijopaul2003 opened 2 days ago

rijopaul2003 commented 2 days ago

HI I am using this tool for OpenLDAP password change. In our network, we are using the same LDAP for wifi, which is with Samba. My request is that if I enable samba mode, the password will change successfully, but I need to add if the sambasamaccount object class is not there. Any idea there to help this..

coudot commented 2 days ago

You can use a prehook : https://self-service-password.readthedocs.io/en/stable/config_preposthook.html

rijopaul2003 commented 1 day ago

Thanku