summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2025-01-08 17:24:20 +0100
committerWerner Koch <wk@gnupg.org>2025-01-08 17:26:17 +0100
commita04c9360960ab26766f9ba7ff5eb26b1b3846143 (patch)
tree3beac4492caa5034106bcf6ec3129766a8b9eb85
parentStronger deprecate the --supervised option. (diff)
downloadgnupg2-a04c9360960ab26766f9ba7ff5eb26b1b3846143.tar.xz
gnupg2-a04c9360960ab26766f9ba7ff5eb26b1b3846143.zip
doc: One typo fix.
-- GnuPG-bug-id: 7479
-rw-r--r--NEWS5
-rw-r--r--dirmngr/dirmngr_ldap.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d98dc89a..8c6faafb2 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,11 @@ Noteworthy changes in version 2.5.3 (unreleased)
* gpg: Print a warning if the card backup key could not be written.
[T2169]
+ * The --supervised options of gpg-agent and dirmngr have been
+ renamed to --deprecated-supervised as preparation for their
+ removal. [rGa019a0fcd8]
+
+
See-also: gnupg-announce/2024q4/000xxx.html
Release-info: https://dev.gnupg.org/T7442
diff --git a/dirmngr/dirmngr_ldap.c b/dirmngr/dirmngr_ldap.c
index d999ee87e..5fc260d74 100644
--- a/dirmngr/dirmngr_ldap.c
+++ b/dirmngr/dirmngr_ldap.c
@@ -107,7 +107,7 @@ static gpgrt_opt_t opts[] = {
" a record oriented format"},
{ oProxy, "proxy", 2,
"|NAME|ignore host part and connect through NAME"},
- { oStartTLS, "starttls", 0, "use STARTLS for the connection"},
+ { oStartTLS, "starttls", 0, "use STARTTLS for the connection"},
{ oLdapTLS, "ldaptls", 0, "use a TLS for the connection"},
{ oNtds, "ntds", 0, "authenticate using AD"},
{ oARecOnly, "areconly", 0, "do only an A record lookup"},