Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-12 | Merge branch 'maint' | Hans Nilsson | |
2014-12-12 | Merge branch 'hans/eldap/doc_fixes/OTP-12354' into maint | Hans Nilsson | |
2014-12-12 | Merge branch 'maint' | Marcus Arendt | |
2014-12-12 | add missing release notes | Marcus Arendt | |
2014-12-08 | eldap: Clarifies documentation for start_tls and search | Hans Nilsson | |
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-09-29 | Prepare release | Erlang/OTP | |
2014-09-18 | eldap: Enable all tcp options in eldap:open | Hans Nilsson | |
Options: OTP-12171 Correct error msgs for Options: OTP-12182 | |||
2014-04-07 | Update release notes | Erlang/OTP | |
2014-02-09 | Add support for IPv6 connections | Edwin Fine | |
Currently, eldap assumes that only IPv4 will be used. This change enables callers to use IPv6 by including the [inet6] option in the eldap:open/2 options list. This adds inet6 to the gen_tcp or ssl connect. For backward compatibility, [inet] is the default if inet6 is omitted. | |||
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-10-29 | Merge branch 'maint' | Hans Nilsson | |
2013-10-28 | eldap: minor doc change after review. | Hans Nilsson | |
2013-10-28 | eldap: Doc | Hans Nilsson | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-21 | Added doc for sslopts | Fredrik Gustafsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-03-30 | [eldap] Fix docs | Dan Gudmundsson | |
Fix copy paste errors | |||
2012-03-29 | [eldap] Fix doc | Dan Gudmundsson | |
Functions may not start with space, references do not work. | |||
2012-03-27 | [eldap] Add rudimentary docs | Dan Gudmundsson | |