summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-12-08 12:19:19 +1300
committerKarolin Seeger <kseeger@samba.org>2015-01-15 12:33:08 +0100
commitdb004e079a3ee1833a2d76ab216af96f8f6612ca (patch)
treefa842c72e37c56362a6475bfe8b775335894971f
parent452cc51e10b8913247e80027394c76af5ad5653d (diff)
downloadsamba-db004e079a3ee1833a2d76ab216af96f8f6612ca.tar.gz
samba-db004e079a3ee1833a2d76ab216af96f8f6612ca.tar.xz
samba-db004e079a3ee1833a2d76ab216af96f8f6612ca.zip
CVE-2014-8143:pydsdb: Pull in UF_USE_AES_KEYS flag
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10993 Change-Id: I36ad5ebc5d8a4811c41b59af90a3add4ae5fd857 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--source4/dsdb/pydsdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/pydsdb.c b/source4/dsdb/pydsdb.c
index ee02483acd..0a2b86eed6 100644
--- a/source4/dsdb/pydsdb.c
+++ b/source4/dsdb/pydsdb.c
@@ -1152,6 +1152,7 @@ void initdsdb(void)
ADD_DSDB_FLAG(UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION);
ADD_DSDB_FLAG(UF_NO_AUTH_DATA_REQUIRED);
ADD_DSDB_FLAG(UF_PARTIAL_SECRETS_ACCOUNT);
+ ADD_DSDB_FLAG(UF_USE_AES_KEYS);
/* groupType flags */
ADD_DSDB_FLAG(GTYPE_SECURITY_BUILTIN_LOCAL_GROUP);