diff options
| author | Werner Koch <[email protected]> | 2025-08-11 14:35:44 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-08-11 14:35:44 +0000 |
| commit | 126b995f553b036a3e20e8aa38a1dab9dc471881 (patch) | |
| tree | d582715084e4a2e06cdcfa7f0ae7d4becae22c1a /dirmngr/dirmngr.c | |
| parent | scd:openpgp: Support Yubikey attestion generation. (diff) | |
| download | gnupg-126b995f553b036a3e20e8aa38a1dab9dc471881.tar.gz gnupg-126b995f553b036a3e20e8aa38a1dab9dc471881.zip | |
dirmngr: Improve LDAP debug output.
* dirmngr/dirmngr.h (DBG_LDAP_VALUE, DBG_LDAP): New value and macro.
* dirmngr/dirmngr.c (debug_flags): Add "ldap".
* dirmngr/ks-engine-ldap.c: Improve debug output and use the new debug
flag instead of any debug value.
Diffstat (limited to 'dirmngr/dirmngr.c')
| -rw-r--r-- | dirmngr/dirmngr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c index d418d09e2..14472e9ef 100644 --- a/dirmngr/dirmngr.c +++ b/dirmngr/dirmngr.c @@ -332,6 +332,7 @@ static struct debug_flags_s debug_flags [] = { DBG_LOOKUP_VALUE , "lookup" }, { DBG_EXTPROG_VALUE, "extprog" }, { DBG_KEEPTMP_VALUE, "keeptmp" }, + { DBG_LDAP_VALUE, "ldap" }, { 77, NULL } /* 77 := Do not exit on "help" or "?". */ }; |
