svn commit: samba r13631 - in branches/SAMBA_4_0/source/librpc/idl: .

gd at samba.org gd at samba.org
Wed Feb 22 13:53:33 GMT 2006


Author: gd
Date: 2006-02-22 13:53:33 +0000 (Wed, 22 Feb 2006)
New Revision: 13631

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13631

Log:
Add DOMAIN_PASSWORD_LOCKOUT_ADMINS (this bit only allows to lockout
Administrator, not Domain Admins in general).

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/samr.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/samr.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/samr.idl	2006-02-22 13:52:00 UTC (rev 13630)
+++ branches/SAMBA_4_0/source/librpc/idl/samr.idl	2006-02-22 13:53:33 UTC (rev 13631)
@@ -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;
 



More information about the samba-cvs mailing list