* security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIES
instead throughout. (MAX_SID_LEN): Drop. Use SECURITY_MAX_SID_SIZE instead throughout.
This commit is contained in:
@@ -1171,7 +1171,7 @@ pwdgrp::fetch_account_from_windows (fetch_user_arg_t &arg, cyg_ldap *pldap)
|
||||
cygsid csid;
|
||||
DWORD nlen = UNLEN + 1;
|
||||
DWORD dlen = DNLEN + 1;
|
||||
DWORD slen = MAX_SID_LEN;
|
||||
DWORD slen = SECURITY_MAX_SID_SIZE;
|
||||
cygpsid sid (NO_SID);
|
||||
SID_NAME_USE acc_type;
|
||||
BOOL ret = false;
|
||||
|
Reference in New Issue
Block a user