summaryrefslogtreecommitdiff
path: root/source4/dsdb/common
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-11-24 09:17:27 +0100
committerMichael Adam <obnox@samba.org>2012-11-30 17:17:21 +0100
commit0c2c00e4b9afd72b4f4052e6b19e40096fd1e44c (patch)
treeb2753a2aa5984288eb8512aa46d2a2c4ea3b3601 /source4/dsdb/common
parentb54d268e2042f36bc670cf8f4f33cddd957e1d34 (diff)
downloadsamba-0c2c00e4b9afd72b4f4052e6b19e40096fd1e44c.tar.gz
samba-0c2c00e4b9afd72b4f4052e6b19e40096fd1e44c.tar.bz2
samba-0c2c00e4b9afd72b4f4052e6b19e40096fd1e44c.zip
s4:dsdb/common: add pekList and msDS-ExecuteScriptPassword to DSDB_SECRET_ATTRIBUTES_EX
See [MS-ADTS] 3.1.1.4.4 Extended Access Checks. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r--source4/dsdb/common/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/common/util.h b/source4/dsdb/common/util.h
index c16ce81c2c..0f9b442130 100644
--- a/source4/dsdb/common/util.h
+++ b/source4/dsdb/common/util.h
@@ -46,6 +46,8 @@
bool is_attr_in_list(const char * const * attrs, const char *attr);
#define DSDB_SECRET_ATTRIBUTES_EX(sep) \
+ "pekList" sep \
+ "msDS-ExecuteScriptPassword" sep \
"currentValue" sep \
"dBCSPwd" sep \
"initialAuthIncoming" sep \