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:
parent
ff31dde456
commit
210575d882
3 changed files with 21 additions and 11 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue