eldap: Add support for LDAP Password Modify Extended Operation (RFC 3062)
Daniel White <[email protected]> Sun, 19 Oct 2014 18:03:14 +1100
| Newsgroups | gmane.comp.lang.erlang.patches |
|---|---|
| Message-ID | <CAMD5n_0CoSBa3tWU5Ef813G3UauaXzRE5tjL0b=_9F_ox0XvCg@mail.gmail.com> |
This adds to new functions, modify_password/3 and modify_password/4, to support password modification requests. The former is for direct setting of passwords, and the latter is for users changing their own passwords. Since all three parameters are optional, I've opted to support this with the empty string rather than a property list. This seems consistent with other functions in the module (i.e. modify_dn/5), but is also rather awkward to use. Any alternative suggestions? git fetch git://github.com/danielwhite/otp.git eldap-password-modify https://github.com/danielwhite/otp/compare/erlang:master...eldap-password-modify https://github.com/danielwhite/otp/compare/erlang:master...eldap-password-modify.patch Cheers, -- Daniel White _______________________________________________ erlang-patches mailing list [email protected] http://erlang.org/mailman/listinfo/erlang-patches