diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-09-18 15:57:14 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-09-18 15:57:14 +0200 |
commit | 8abd3cb87cddcf408e8f760c505013488820c96c (patch) | |
tree | c464879eaf9eed4d847e3d6b589c90a2cae6352c /src/danetool-args.def | |
parent | 3318d6243e21b4106b00c3c5a3db6a6dd666186d (diff) | |
download | gnutls-8abd3cb87cddcf408e8f760c505013488820c96c.tar.gz |
tools: added ldap into the starttls-proto options
Diffstat (limited to 'src/danetool-args.def')
-rw-r--r-- | src/danetool-args.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/danetool-args.def b/src/danetool-args.def index 72ed77e367..d59d4bbb62 100644 --- a/src/danetool-args.def +++ b/src/danetool-args.def @@ -92,7 +92,7 @@ flag = { flag = { name = app-proto; - descrip = "The application protocol to be used to obtain the server's certificate (https, ftp, smtp, imap)"; + descrip = "The application protocol to be used to obtain the server's certificate (https, ftp, smtp, imap, ldap)"; arg-type = string; doc = "When the server's certificate isn't provided danetool will connect to the server to obtain the certificate. In that case it is required to known the protocol to talk with the server prior to initiating the TLS handshake."; }; |