mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r14055: merge from samba3. add ACB_NO_AUTH_DATA_REQD, this has been verified
although not automatically tested in smbtorture right now.
Guenther
(This used to be commit 46e191cfa5
)
This commit is contained in:
parent
3bca79d037
commit
2fe65142c2
@ -37,7 +37,8 @@
|
||||
ACB_NOT_DELEGATED = 0x00004000, /* 1 = Not delegated */
|
||||
ACB_USE_DES_KEY_ONLY = 0x00008000, /* 1 = Use DES key only */
|
||||
ACB_DONT_REQUIRE_PREAUTH = 0x00010000, /* 1 = Preauth not required */
|
||||
ACB_PW_EXPIRED = 0x00020000 /* 1 = Password Expired */
|
||||
ACB_PW_EXPIRED = 0x00020000, /* 1 = Password Expired */
|
||||
ACB_NO_AUTH_DATA_REQD = 0x00080000 /* 1 = No authorization data required */
|
||||
} samr_AcctFlags;
|
||||
|
||||
/******************/
|
||||
|
Loading…
Reference in New Issue
Block a user