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

Clear J! passwd after change if nullpassword option is set #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cheesegrits
Copy link

Without this feature, if a user changes their password in J!, it gets written to the J! users table, and subsequent authentication then no longer happens against LDAP. Then if the LDAP user is removed, they can still log in to J!, and password changes in LDAP don't get used in J!. So we need to make sure the password is nulled in J! after a password change.

I know this PR is unlikely to get merged, as the author has moved on, but I thought I'd submit it anyway, in case anyone else needs this feature, and can merge it to their own fork.

…sswd options set

Without this feature, if a user changes their password in J!, it gets written to the J! users table, and subsequent authentication then no longer happens against LDAP.  Then if the LDAP user is removed, they can still log in to J!.  So we need to make sure the password is nulled in J! after a password change.
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

Successfully merging this pull request may close these issues.

1 participant