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

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


Author: gd
Date: 2006-03-08 21:05:32 +0000 (Wed, 08 Mar 2006)
New Revision: 14050

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

Log:
Add the ACB_PWEXPIRED bit abartlet has found.

Guenther

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


Changeset:
Modified: branches/SAMBA_3_0/source/include/smb.h
===================================================================
--- branches/SAMBA_3_0/source/include/smb.h	2006-03-08 20:57:41 UTC (rev 14049)
+++ branches/SAMBA_3_0/source/include/smb.h	2006-03-08 21:05:32 UTC (rev 14050)
@@ -243,6 +243,7 @@
 #define ACB_NOT_DELEGATED		0x00004000  /* 1 = Not delegated */
 #define ACB_USE_DES_KEY_ONLY		0x00008000  /* 1 = Use DES key only */
 #define ACB_DONT_REQUIRE_PREAUTH	0x00010000  /* 1 = Preauth not required */
+#define ACB_PWEXPIRED			0x00020000  /* 1 = Password is expired */
 #define ACB_NO_AUTH_DATA_REQD		0x00080000  /* 1 = No authorization data required */
 
 #define MAX_HOURS_LEN 32

Modified: trunk/source/include/smb.h
===================================================================
--- trunk/source/include/smb.h	2006-03-08 20:57:41 UTC (rev 14049)
+++ trunk/source/include/smb.h	2006-03-08 21:05:32 UTC (rev 14050)
@@ -245,6 +245,7 @@
 #define ACB_NOT_DELEGATED		0x00004000  /* 1 = Not delegated */
 #define ACB_USE_DES_KEY_ONLY		0x00008000  /* 1 = Use DES key only */
 #define ACB_DONT_REQUIRE_PREAUTH	0x00010000  /* 1 = Preauth not required */
+#define ACB_PWEXPIRED			0x00020000  /* 1 = Password is expired */
 #define ACB_NO_AUTH_DATA_REQD		0x00080000  /* 1 = No authorization data required */
 
 #define MAX_HOURS_LEN 32



More information about the samba-cvs mailing list