s4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX()
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Nov 2010 18:50:40 +0000 (19:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Nov 2010 22:43:44 +0000 (22:43 +0000)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Nov  9 22:43:44 UTC 2010 on sn-devel-104

source4/dsdb/samdb/ldb_modules/operational.c

index 12edfc2dbcf38ed3cc574178ad424527b37d4d64..d8cf3e07e216074fe6d768414845d4b0f4624c4a 100644 (file)
@@ -571,11 +571,8 @@ static const struct {
        { "msDS-KeyVersionNumber",   OPERATIONAL_REMOVE_UNLESS_CONTROL  },
        { "parentGUID",              OPERATIONAL_REMOVE_ALWAYS  },
        { "replPropertyMetaData",    OPERATIONAL_REMOVE_UNASKED },
-       { "unicodePwd",              OPERATIONAL_REMOVE_UNASKED },
-       { "dBCSPwd",                 OPERATIONAL_REMOVE_UNASKED },
-       { "ntPwdHistory",            OPERATIONAL_REMOVE_UNASKED },
-       { "lmPwdHistory",            OPERATIONAL_REMOVE_UNASKED },
-       { "supplementalCredentials", OPERATIONAL_REMOVE_UNASKED }
+#define _SEP ,OPERATIONAL_REMOVE_UNASKED},{
+       { DSDB_SECRET_ATTRIBUTES_EX(_SEP), OPERATIONAL_REMOVE_UNASKED }
 };