mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 16:52:17 +01:00
make yubi_attr_prefix_len a size_t
This commit is contained in:
parent
0eb2f8cec3
commit
ec84a78453
@ -227,7 +227,7 @@ authorize_user_token_ldap (struct cfg *cfg,
|
||||
#ifdef HAVE_LIBLDAP
|
||||
/* LDAPv2 is historical -- RFC3494. */
|
||||
int protocol = LDAP_VERSION3;
|
||||
int yubi_attr_prefix_len = 0;
|
||||
size_t yubi_attr_prefix_len = 0;
|
||||
LDAP *ld = NULL;
|
||||
LDAPMessage *result = NULL, *e;
|
||||
BerElement *ber;
|
||||
|
Loading…
x
Reference in New Issue
Block a user