-
Notifications
You must be signed in to change notification settings - Fork 253
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
Send DN and newPassword with password_modify request #271
Send DN and newPassword with password_modify request #271
Conversation
This would be very useful for my setup, is it possible to get this merged soon-ish? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 changes look good and consistent with the spec.
This is now included in the v0.16.1 release and has been pushed up to RubyGems: https://rubygems.org/gems/net-ldap/versions/0.16.1 Thanks for putting together this quality PR @thriqon, and apologies for the slow turnaround on getting this merged and released. Your contribution is much appreciated! |
=== Net::LDAP 0.16.1 * Send DN and newPassword with password_modify request {#271}[ruby-ldap/ruby-net-ldap#271]
This change allows an admin to overwrite the password of a user a) without specifying the old one and b) setting the new one.