mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
r13631: Add DOMAIN_PASSWORD_LOCKOUT_ADMINS (this bit only allows to lockout
Administrator, not Domain Admins in general). Guenther (This used to be commit abad44a57dfdf492f548c05a897af341ba0f5e68)
This commit is contained in:
parent
9c8bbc3f7a
commit
fb96456fde
@ -939,6 +939,7 @@
|
||||
const uint32 DOMAIN_PASSWORD_COMPLEX = 0x00000001;
|
||||
const uint32 DOMAIN_PASSWORD_NO_ANON_CHANGE = 0x00000002;
|
||||
const uint32 DOMAIN_PASSWORD_NO_CLEAR_CHANGE = 0x00000004;
|
||||
const uint32 DOMAIN_PASSWORD_LOCKOUT_ADMINS = 0x00000008;
|
||||
const uint32 DOMAIN_PASSWORD_STORE_CLEARTEXT = 0x00000010;
|
||||
const uint32 DOMAIN_REFUSE_PASSWORD_CHANGE = 0x00000020;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user