svn commit: samba r14054 - in branches/SAMBA_4_0/source/include: .

gd at samba.org gd at samba.org
Wed Mar 8 21:33:06 GMT 2006


Author: gd
Date: 2006-03-08 21:33:06 +0000 (Wed, 08 Mar 2006)
New Revision: 14054

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

Log:
merge from samba3, fillout more userAccountControl bits.

Guenther

Modified:
   branches/SAMBA_4_0/source/include/ads.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/ads.h
===================================================================
--- branches/SAMBA_4_0/source/include/ads.h	2006-03-08 21:29:49 UTC (rev 14053)
+++ branches/SAMBA_4_0/source/include/ads.h	2006-03-08 21:33:06 UTC (rev 14054)
@@ -77,9 +77,9 @@
 #define UF_NOT_DELEGATED			0x00100000
 #define UF_USE_DES_KEY_ONLY			0x00200000
 #define UF_DONT_REQUIRE_PREAUTH			0x00400000
-#define UF_UNUSED_5				0x00800000
+#define UF_PASSWORD_EXPIRED			0x00800000
 
-#define UF_UNUSED_6				0x01000000
+#define UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION 0x01000000
 #define UF_NO_AUTH_DATA_REQUIRED                0x02000000
 #define UF_UNUSED_8				0x04000000
 #define UF_UNUSED_9				0x08000000



More information about the samba-cvs mailing list