Skip to content

Support for rfc3062 Password Modify #163

Closed
@mynameisrufus

Description

@mynameisrufus

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions