aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2017-02-27 00:44:14 +0100
committerAndy Polyakov <appro@openssl.org>2017-03-02 16:33:22 +0100
commit398b0bbdf71d852daf2e79d842cd0d307ec9f8f6 (patch)
treea506c5cdd3e33fe0eba01c78b9b7b3079b4951a8 /doc
parent8cfc21f53af5187497a8567bb2801c36472d7016 (diff)
downloadopenssl-398b0bbdf71d852daf2e79d842cd0d307ec9f8f6.zip
openssl-398b0bbdf71d852daf2e79d842cd0d307ec9f8f6.tar.gz
openssl-398b0bbdf71d852daf2e79d842cd0d307ec9f8f6.tar.bz2
Add LDAP support (RFC 4511) to s_client ("-starttls ldap")
Based on initial patch by Alex Bergmann <alex@linlab.net> and new function ldap_ExtendedResponse_parse() by Andy Polyakov <appro@openssl.org>. Thanks very much to both. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2293)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/s_client.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index 290b515..0c9329d 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -445,7 +445,7 @@ command for more information.
send the protocol-specific message(s) to switch to TLS for communication.
B<protocol> is a keyword for the intended protocol. Currently, the only
supported keywords are "smtp", "pop3", "imap", "ftp", "xmpp", "xmpp-server",
-"irc", "postgres", "lmtp", "nntp" and "sieve".
+"irc", "postgres", "lmtp", "nntp", "sieve" and "ldap".
=item B<-xmpphost hostname>