Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-03 | Merge branch 'danielwhite/eldap-password-modify/OTP-12282' | Marcus Arendt | |
* danielwhite/eldap-password-modify/OTP-12282: eldap: Add support for modifying passwords | |||
2014-10-30 | eldap: extensibleMatch added. | Hans Nilsson | |
2014-10-20 | eldap: Add support for modifying passwords | Daniel White | |
This implements the LDAP Password Modify Extended Operation (RFC 3062) with two new functions modify_password/3 and modify_password/4. The former is for directly setting passwords, and the latter is for users to change 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). | |||
2014-10-14 | eldap: dynamically excludes unsupported ip versions. | Hans Nilsson | |
2014-09-18 | eldap: New very basic test suite. | Hans Nilsson | |
2014-08-25 | Fix misspellings of 'another' | Tuncer Ayaz | |
2014-03-21 | eldap: Fix asn.1 decode into binaries | Hans Nilsson | |
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2013-11-14 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
2013-10-28 | eldap: Changed instruction in test/README | Hans Nilsson | |
2013-10-28 | eldap: Add START_TLS (OTP-11336) | Hans Nilsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-02 | Fix include issues in when building tests | Lukas Larsson | |
2012-03-22 | [eldap] Add dereference options in search | Peter Lund | |
And fix search reply when no object is found | |||
2012-03-21 | [eldap] Add infrastructure | Dan Gudmundsson | |