diff options
author | Günther Deschner <gd@samba.org> | 2006-03-08 21:33:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:38 -0500 |
commit | 3bca79d03760ab0e14fba0f995c0d821e0f5ee81 (patch) | |
tree | ae572c86b97172eaa2d1c28cb4a6e729a110e5c2 | |
parent | 1d495bc26975bbd487fd1548347ab8dabeda95bd (diff) | |
download | samba-3bca79d03760ab0e14fba0f995c0d821e0f5ee81.tar.gz samba-3bca79d03760ab0e14fba0f995c0d821e0f5ee81.tar.bz2 samba-3bca79d03760ab0e14fba0f995c0d821e0f5ee81.zip |
r14054: merge from samba3, fillout more userAccountControl bits.
Guenther
(This used to be commit 98207368044505c05b8d3f0538c19536488e229d)
-rw-r--r-- | source4/include/ads.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/include/ads.h b/source4/include/ads.h index 46377fecd0..cb6570c0e8 100644 --- a/source4/include/ads.h +++ b/source4/include/ads.h @@ -77,9 +77,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 |