mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
s4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRIBUTES
metze
This commit is contained in:
parent
198049f3c6
commit
44b1c82e84
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user