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

Support for rfc3062 Password Modify #163

Closed
mynameisrufus opened this issue Nov 28, 2014 · 3 comments
Closed

Support for rfc3062 Password Modify #163

mynameisrufus opened this issue Nov 28, 2014 · 3 comments

Comments

@mynameisrufus
Copy link
Contributor

Would be great if password modify was supported, perhaps something like:

ldap = Net::LDAP.new(host: 127.0.0.1, port: 636, encryption: :ssl)
ldap.modify_password(dn: 'cn=Joe,ou=People', oldPassword: 'foo', newPassword: 'bar', auth: {})

http://tools.ietf.org/html/rfc3062

https://github.com/openldap/openldap/blob/master/clients/tools/ldappasswd.c

https://github.com/openldap/openldap/blob/master/include/ldap.h#L377

@mtodd
Copy link
Member

mtodd commented Nov 29, 2014

@mynameisrufus would love to see a pull request for this!

@FreekingDean
Copy link

@mynameisrufus It looks like a lot of work was done to support this, is it ready for a pull request, or does it need some more loving?

@mtodd
Copy link
Member

mtodd commented Mar 16, 2015

@FreekingDean there's an open PR here: #178. It's stalled out waiting for me since I'm still uncertain and uncomfortable accepting the specific changes to the BER syntax values. I've also had no time to dedicate to it as of late. It's still on my radar, though, and apologize for the delay.

@jch jch closed this as completed in e63134e Jan 8, 2016
jch added a commit that referenced this issue Jan 8, 2016
Support for rfc3062 Password Modify, closes #163
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants