diff options
author | Hans Nilsson <[email protected]> | 2014-09-17 14:34:36 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-18 17:32:59 +0200 |
commit | 60ab72f5c4770e3f66611c88797c9608b8e516f2 (patch) | |
tree | 109f9ac8b25493c2a587f1174dd1d1cc3266a634 /lib/eldap/doc | |
parent | 743ed31108ee555db18d9833186865e85e34333e (diff) | |
download | otp-60ab72f5c4770e3f66611c88797c9608b8e516f2.tar.gz otp-60ab72f5c4770e3f66611c88797c9608b8e516f2.tar.bz2 otp-60ab72f5c4770e3f66611c88797c9608b8e516f2.zip |
eldap: Enable all tcp options in eldap:open
Options: OTP-12171
Correct error msgs for Options: OTP-12182
Diffstat (limited to 'lib/eldap/doc')
-rw-r--r-- | lib/eldap/doc/src/eldap.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/eldap/doc/src/eldap.xml b/lib/eldap/doc/src/eldap.xml index 8009a8d6a3..dbd478fb17 100644 --- a/lib/eldap/doc/src/eldap.xml +++ b/lib/eldap/doc/src/eldap.xml @@ -75,7 +75,9 @@ filter() See present/1, substrings/2, <p>Setup a connection to an LDAP server, the <c>HOST</c>'s are tried in order.</p> <p>The log function takes three arguments, <c>fun(Level, FormatString, [FormatArg]) end</c>.</p> <p>Timeout set the maximum time in milliseconds that each server request may take.</p> - <p>Currently, the only TCP socket option accepted is <c>inet6</c>. Default is <c>inet</c>.</p> + <p>All TCP socket options are accepted except + <c>active</c>, <c>binary</c>, <c>deliver</c>, <c>list</c>, <c>mode</c> and <c>packet</c> + </p> </desc> </func> <func> |