r14050: Add the ACB_PWEXPIRED bit abartlet has found.
authorGünther Deschner <gd@samba.org>
Wed, 8 Mar 2006 21:05:32 +0000 (21:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:11:08 +0000 (11:11 -0500)
Guenther

source/include/smb.h

index 352c75fd9c1c851d771b45cbba8817c05700ce59..8991b1b7dd99f11c2743c1051286c4b1066a5157 100644 (file)
@@ -243,6 +243,7 @@ typedef struct nttime_info {
 #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