summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-08 21:10:20 +0000
committerGünther Deschner <gd@samba.org>2006-03-08 21:10:20 +0000
commit00979cde647002d3d95ab3f42ad8b52931ee90e0 (patch)
treecb17aac5474a893c636f2a26cb3d2d083c52a433 /source/include
parentc4631af46ab2e79e3846b5e2852e0338d91b65ba (diff)
downloadsamba-00979cde647002d3d95ab3f42ad8b52931ee90e0.tar.gz
samba-00979cde647002d3d95ab3f42ad8b52931ee90e0.tar.xz
samba-00979cde647002d3d95ab3f42ad8b52931ee90e0.zip
r14051: Add remaining (documented) userAccountControl bits, thanks to Luke
Howard for pointing this out. Guenther
Diffstat (limited to 'source/include')
-rw-r--r--source/include/ads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index a9072490365..2c7999e24fd 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -135,9 +135,9 @@ typedef void **ADS_MODLIST;
#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