summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-08 21:05:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:11:08 -0500
commitca3df1d3f91aa0fccd8c89d0eca80ab57d9b6864 (patch)
treeac9072a36c45a7cd38b191b30d0893966005d2cc /source3/include
parent06d6325da103ed3d9e9b9a199bb571b244bfc13e (diff)
downloadsamba-ca3df1d3f91aa0fccd8c89d0eca80ab57d9b6864.tar.gz
samba-ca3df1d3f91aa0fccd8c89d0eca80ab57d9b6864.tar.bz2
samba-ca3df1d3f91aa0fccd8c89d0eca80ab57d9b6864.zip
r14050: Add the ACB_PWEXPIRED bit abartlet has found.
Guenther (This used to be commit 5fa3f26b4c39d612243319fc0729078c50439d6b)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 352c75fd9c..8991b1b7dd 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -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