1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00

Merge branch 'pr-200'

This commit is contained in:
Klas Lindfors 2019-09-24 10:15:36 +02:00
commit 3d71fce7ba
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A

View File

@ -436,7 +436,7 @@ authorize_user_token_ldap (struct cfg *cfg,
{
retval = AUTH_NOT_FOUND;
}
if(token_id && !strncmp (token_id, vals[i]->bv_val + yubi_attr_prefix_len, strlen (vals[i]->bv_val + yubi_attr_prefix_len)))
if(token_id && !strncmp(token_id, vals[i]->bv_val + yubi_attr_prefix_len, cfg->token_id_length))
{
DBG ("Token found :: %s", vals[i]->bv_val);
retval = AUTH_FOUND;