1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

dirmngr: Add warning on the use of --add-servers.

* tools/gpgconf-comp.c (known_options_dirmngr): Degrade add-servers to
expert mode.
This commit is contained in:
Werner Koch 2020-10-05 17:24:57 +02:00
parent ff31dde456
commit 210575d882
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
3 changed files with 21 additions and 11 deletions

View file

@ -433,7 +433,12 @@ make_url (char **url, const char *dn, const char *filter)
gpg_error_t err;
char *u_dn, *u_filter;
char const attrs[] = (USERCERTIFICATE ","
/* USERSMIMECERTIFICATE "," */
/* In 2005 wk mentioned in the changelog that
* work on the userSMIMECertificate has
* started but it seems that no further
* progress was made or the whole thing was
* simply forgotten. */
/* USERSMIMECERTIFICATE "," */
CACERTIFICATE ","
X509CACERT );