aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/doc/src/eldap.xml
AgeCommit message (Collapse)Author
2016-10-28eldap: cosmetic doc fixesHans Nilsson
2016-02-25Merge branch 'hans/eldap/unbind/OTP-13327' into maintHans Nilsson
Conflicts: lib/eldap/src/eldap.erl
2016-02-22eldap: referral resultCodeHans Nilsson
2016-02-19eldap: unbindRequestHans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-20Merge branch 'jeffweiss/fix_eldap_timeout_documentation'Henrik Nord
* jeffweiss/fix_eldap_timeout_documentation: Correct module in eldap timeout docs
2015-05-11eldap: Remove doc man.3 warningHans Nilsson
2015-05-09Correct module in eldap timeout docsjeffweiss
Prior to this commit, the `eldap` documentation for the timeouts of `search/2` and `start_tls/3` referenced `erl_tar:open/2` instead of `eldap:open/2`. The relative link was correct, only the link label mistakenly pointed to `erl_tar`. This error was introduced in e9a97c3cfd7615e3efd0cbf1632a78b868fda49c. This commit corrects that mistake.
2015-03-18Merge branch 'maint'Zandra Hird
2015-03-11fix `infinity` typo in eldap docsjeffweiss
Prior to this commit the eldap docs mistakenly referenced an atom of `inifinity` for a possible timeout value. This commit corrects the timeout value to `infinity`.
2014-12-12Merge branch 'maint'Hans Nilsson
2014-12-08eldap: Clarifies documentation for start_tls and searchHans Nilsson
2014-11-03Merge branch 'danielwhite/eldap-password-modify/OTP-12282'Marcus Arendt
* danielwhite/eldap-password-modify/OTP-12282: eldap: Add support for modifying passwords
2014-10-30eldap: extensibleMatch added.Hans Nilsson
2014-10-20eldap: Add support for modifying passwordsDaniel 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-18eldap: Enable all tcp options in eldap:openHans Nilsson
Options: OTP-12171 Correct error msgs for Options: OTP-12182
2014-02-09Add support for IPv6 connectionsEdwin 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-10-29Merge branch 'maint'Hans Nilsson
2013-10-28eldap: minor doc change after review.Hans Nilsson
2013-10-28eldap: DocHans Nilsson
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-21Added doc for ssloptsFredrik Gustafsson
2012-03-29[eldap] Fix docDan Gudmundsson
Functions may not start with space, references do not work.
2012-03-27[eldap] Add rudimentary docsDan Gudmundsson