svn commit: samba r14051 - branches/SAMBA_3_0/source/include trunk/source/include

gd at samba.org gd at samba.org
Wed Mar 8 21:10:22 GMT 2006


Author: gd
Date: 2006-03-08 21:10:20 +0000 (Wed, 08 Mar 2006)
New Revision: 14051

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

Log:
Add remaining (documented) userAccountControl bits, thanks to Luke
Howard for pointing this out.

Guenther

Modified:
   branches/SAMBA_3_0/source/include/ads.h
   trunk/source/include/ads.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/ads.h
===================================================================
--- branches/SAMBA_3_0/source/include/ads.h	2006-03-08 21:05:32 UTC (rev 14050)
+++ branches/SAMBA_3_0/source/include/ads.h	2006-03-08 21:10:20 UTC (rev 14051)
@@ -135,9 +135,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

Modified: trunk/source/include/ads.h
===================================================================
--- trunk/source/include/ads.h	2006-03-08 21:05:32 UTC (rev 14050)
+++ trunk/source/include/ads.h	2006-03-08 21:10:20 UTC (rev 14051)
@@ -135,9 +135,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