diff options
Diffstat (limited to 'dirmngr/ldap.c')
-rw-r--r-- | dirmngr/ldap.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dirmngr/ldap.c b/dirmngr/ldap.c index ad6b0889b..a9913cbe7 100644 --- a/dirmngr/ldap.c +++ b/dirmngr/ldap.c @@ -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 ); |