mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 12:54:16 +01:00
add debug print with version
This commit is contained in:
parent
f6bc5a5098
commit
ebb024f340
@ -745,6 +745,8 @@ pam_sm_authenticate (pam_handle_t * pamh,
|
||||
|
||||
parse_cfg (flags, argc, argv, cfg);
|
||||
|
||||
DBG (("pam_yubico version: %s", VERSION));
|
||||
|
||||
if (cfg->token_id_length > MAX_TOKEN_ID_LEN)
|
||||
{
|
||||
DBG (("configuration error: token_id_length too long. Maximum acceptable value : %d", MAX_TOKEN_ID_LEN));
|
||||
|
Loading…
x
Reference in New Issue
Block a user