r13631: Add DOMAIN_PASSWORD_LOCKOUT_ADMINS (this bit only allows to lockout
authorGünther Deschner <gd@samba.org>
Wed, 22 Feb 2006 13:53:33 +0000 (13:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:03 +0000 (13:52 -0500)
Administrator, not Domain Admins in general).

Guenther
(This used to be commit abad44a57dfdf492f548c05a897af341ba0f5e68)

source4/librpc/idl/samr.idl

index a66d2314604c2578123cbc148497f6bbe389b147..102e709ac3c4d6e4973ab9cf161cfe57995fb3b6 100644 (file)
        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;