aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/doc/src/eldap.xml
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-01-22 09:50:18 +0100
committerFredrik Gustafsson <[email protected]>2013-01-22 09:50:18 +0100
commitf9ffedd3d89ad7a826dbf4be99dc08788019dc0a (patch)
tree30a47515d293a35d37b61f54ced23a1c1029d1f4 /lib/eldap/doc/src/eldap.xml
parent67c18614b81183cc74446a8a1e8bba88b74c4034 (diff)
parentee05e6bf90e2d818def6e5826723736375da0ec6 (diff)
downloadotp-f9ffedd3d89ad7a826dbf4be99dc08788019dc0a.tar.gz
otp-f9ffedd3d89ad7a826dbf4be99dc08788019dc0a.tar.bz2
otp-f9ffedd3d89ad7a826dbf4be99dc08788019dc0a.zip
Merge branch 'fredrik/eldap/ssl-opts/OTP-10728'
* fredrik/eldap/ssl-opts/OTP-10728: Added doc for sslopts Configure the SSL options fully
Diffstat (limited to 'lib/eldap/doc/src/eldap.xml')
-rw-r--r--lib/eldap/doc/src/eldap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eldap/doc/src/eldap.xml b/lib/eldap/doc/src/eldap.xml
index 04dad2eee7..bd6f00af1f 100644
--- a/lib/eldap/doc/src/eldap.xml
+++ b/lib/eldap/doc/src/eldap.xml
@@ -68,7 +68,7 @@ filter() See present/1, substrings/2,
<fsummary>Open a connection to an LDAP server.</fsummary>
<type>
<v>Handle = handle()</v>
- <v>Option = {port, integer()} | {log, function()} | {timeout, integer()} | {ssl, boolean()}</v>
+ <v>Option = {port, integer()} | {log, function()} | {timeout, integer()} | {ssl, boolean()} | {sslopts, list()}</v>
</type>
<desc>
<p>Setup a connection to an LDAP server, the <c>HOST</c>'s are tried in order.</p>