s4:dsdb/common: add pekList and msDS-ExecuteScriptPassword to DSDB_SECRET_ATTRIBUTES_EX
authorStefan Metzmacher <metze@samba.org>
Sat, 24 Nov 2012 08:17:27 +0000 (09:17 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 30 Nov 2012 16:17:21 +0000 (17:17 +0100)
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>
source4/dsdb/common/util.h

index c16ce81c2c3309d6f48cf4578f16177bed7985b3..0f9b442130d4422c48add5f2277a766682f5a857 100644 (file)
@@ -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 \