diff options
author | Hans Nilsson <[email protected]> | 2016-02-19 13:02:33 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-02-19 17:37:13 +0100 |
commit | 6446032a1b248c32c5ae89f1d362d8b0a6b09f7b (patch) | |
tree | 556b0386b7edf2cb2dcd06702fb7c1770747c113 /lib/eldap/doc/src | |
parent | 521ed78a48b0e9b9561fc7e5697ce926ce0498c0 (diff) | |
download | otp-6446032a1b248c32c5ae89f1d362d8b0a6b09f7b.tar.gz otp-6446032a1b248c32c5ae89f1d362d8b0a6b09f7b.tar.bz2 otp-6446032a1b248c32c5ae89f1d362d8b0a6b09f7b.zip |
eldap: unbindRequest
Diffstat (limited to 'lib/eldap/doc/src')
-rw-r--r-- | lib/eldap/doc/src/eldap.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/eldap/doc/src/eldap.xml b/lib/eldap/doc/src/eldap.xml index 8f4479a730..7c4b76819f 100644 --- a/lib/eldap/doc/src/eldap.xml +++ b/lib/eldap/doc/src/eldap.xml @@ -88,7 +88,8 @@ filter() See present/1, substrings/2, <v>Handle = handle()</v> </type> <desc> - <p>Shutdown the connection.</p> + <p>Shutdown the connection after sending an unbindRequest to the server. If the connection is tls the connection + will be closed with <c>ssl:close/1</c>, otherwise with <c>gen_tcp:close/1</c>.</p> </desc> </func> <func> |