mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-01 01:52:17 +01:00
print debug_file when printing configuration
This commit is contained in:
parent
2cab7ac03e
commit
f7a9fc5169
@ -777,6 +777,7 @@ parse_cfg (int flags, int argc, const char **argv, struct cfg *cfg)
|
||||
DBG ("id=%u", cfg->client_id);
|
||||
DBG ("key=%s", cfg->client_key ? cfg->client_key : "(null)");
|
||||
DBG ("debug=%d", cfg->debug);
|
||||
DBG ("debug_file=%d", fileno(cfg->debug_file));
|
||||
DBG ("alwaysok=%d", cfg->alwaysok);
|
||||
DBG ("verbose_otp=%d", cfg->verbose_otp);
|
||||
DBG ("try_first_pass=%d", cfg->try_first_pass);
|
||||
|
Loading…
x
Reference in New Issue
Block a user