mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-03-06 09:29:17 +01:00
Merge branch 'pr-164'
This commit is contained in:
commit
7419287506
@ -66,7 +66,7 @@ int pam_modutil_drop_priv(pam_handle_t *pamh, struct _ykpam_privs *privs, struct
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (privs->saved_groups_length > SAVED_GROUPS_MAX_LEN) {
|
if (privs->saved_groups_length > SAVED_GROUPS_MAX_LEN) {
|
||||||
D (privs->debug_file, "to many groups, limiting.");
|
D (privs->debug_file, "too many groups, limiting.");
|
||||||
privs->saved_groups_length = SAVED_GROUPS_MAX_LEN;
|
privs->saved_groups_length = SAVED_GROUPS_MAX_LEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user