summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_filtered.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-11-09 19:48:55 +0100
committerStefan Metzmacher <metze@samba.org>2010-11-09 22:52:57 +0100
commit44b1c82e845bde1461ff514c54253b0356adebeb (patch)
treeef844529c0b7719c0fc20469a7fcd792b6e6872d /source4/dsdb/schema/schema_filtered.c
parent198049f3c6766b932db0daad9d1d12ccb629edbf (diff)
downloadsamba-44b1c82e845bde1461ff514c54253b0356adebeb.tar.gz
samba-44b1c82e845bde1461ff514c54253b0356adebeb.tar.bz2
samba-44b1c82e845bde1461ff514c54253b0356adebeb.zip
s4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRIBUTES
metze
Diffstat (limited to 'source4/dsdb/schema/schema_filtered.c')
-rw-r--r--source4/dsdb/schema/schema_filtered.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/source4/dsdb/schema/schema_filtered.c b/source4/dsdb/schema/schema_filtered.c
index 1582aee8fd..8fdeec2866 100644
--- a/source4/dsdb/schema/schema_filtered.c
+++ b/source4/dsdb/schema/schema_filtered.c
@@ -28,17 +28,12 @@
const char *never_in_filtered_attrs[] = { "accountExpires",
"codePage",
"creationTime",
- "currentValue",
- "dBCSPwd",
"dNSHostName",
"displayName",
"domainReplica",
"fSMORoleOwner",
"flatName",
- "initialAuthIncoming",
- "initialAuthOutgoing",
"isCriticalSystemObject",
- "lmPwdHistory",
"lockOutObservationWindow",
"lockoutDuration",
"lockoutTime",
@@ -58,11 +53,9 @@ const char *never_in_filtered_attrs[] = { "accountExpires",
"nETBIOSName",
"nTMixedDomain",
"notFiltlockoutThreshold",
- "ntPwdHistory",
"operatingSystem",
"operatingSystemServicePack",
"operatingSystemVersion",
- "priorValue",
"pwdHistoryLength",
"pwdLastSet",
"pwdProperties",
@@ -70,16 +63,13 @@ const char *never_in_filtered_attrs[] = { "accountExpires",
"sIDHistory",
"securityIdentifier",
"servicePrincipalName",
- "supplementalCredentials",
"trustAttributes",
- "trustAuthIncoming",
- "trustAuthOutgoing",
"trustDirection",
"trustParent",
"trustPartner",
"trustPosixOffset",
"trustType",
- "unicodePwd"
+ DSDB_SECRET_ATTRIBUTES
};
/* returns true if the attribute can be in a filtered replica */