Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do LDAP password change #50

Open
dtygel opened this issue Jun 11, 2018 · 0 comments
Open

Do LDAP password change #50

dtygel opened this issue Jun 11, 2018 · 0 comments

Comments

@dtygel
Copy link

dtygel commented Jun 11, 2018

One feature which would be important in our implementation of riot/matrix/synapse is that, whenever user changes her password in the client, the password be also changed in LDAP.

Synapse today only stores the change in datastore, but doesn't set password in LDAP auth provider.

In validate_login, inside auth.py, there is a loop through providers to make the login. Maybe something like this should be done in set_password.py.

Same issue as matrix-org/synapse#3379 in Synapse.

Is there interest in an implementation like that? If so, we'd be happy to make a proposal. Or is there a reason for not implementing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant