mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fixup a few schema definitions
This commit is contained in:
parent
0be4d842bc
commit
6033aeb6cf
@ -241,7 +241,7 @@ static struct slap_schema_ad_map {
|
|||||||
"DESC 'X.500(93): structural object class of entry' "
|
"DESC 'X.500(93): structural object class of entry' "
|
||||||
"EQUALITY objectIdentifierMatch "
|
"EQUALITY objectIdentifierMatch "
|
||||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 "
|
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 "
|
||||||
"NO-USER-MODIFICATION SINGLE-VALUE USAGE directoryOperation )",
|
"SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )",
|
||||||
NULL, 0, structuralObjectClassMatch, NULL, NULL,
|
NULL, 0, structuralObjectClassMatch, NULL, NULL,
|
||||||
offsetof(struct slap_internal_schema, si_ad_structuralObjectClass) },
|
offsetof(struct slap_internal_schema, si_ad_structuralObjectClass) },
|
||||||
{ "createTimestamp", "( 2.5.18.1 NAME 'createTimestamp' "
|
{ "createTimestamp", "( 2.5.18.1 NAME 'createTimestamp' "
|
||||||
@ -284,15 +284,15 @@ static struct slap_schema_ad_map {
|
|||||||
{ "subschemaSubentry", "( 2.5.18.10 NAME 'subschemaSubentry' "
|
{ "subschemaSubentry", "( 2.5.18.10 NAME 'subschemaSubentry' "
|
||||||
"DESC 'RFC2252: name of controlling subschema entry' "
|
"DESC 'RFC2252: name of controlling subschema entry' "
|
||||||
"EQUALITY distinguishedNameMatch "
|
"EQUALITY distinguishedNameMatch "
|
||||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION "
|
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE "
|
||||||
"SINGLE-VALUE USAGE directoryOperation )",
|
"NO-USER-MODIFICATION USAGE directoryOperation )",
|
||||||
NULL, 0, NULL, NULL, NULL,
|
NULL, 0, NULL, NULL, NULL,
|
||||||
offsetof(struct slap_internal_schema, si_ad_subschemaSubentry) },
|
offsetof(struct slap_internal_schema, si_ad_subschemaSubentry) },
|
||||||
{ "collectiveAttributeSubentries", "( 2.5.18.12 "
|
{ "collectiveAttributeSubentries", "( 2.5.18.12 "
|
||||||
"NAME 'collectiveAttributeSubentries' "
|
"NAME 'collectiveAttributeSubentries' "
|
||||||
"EQUALITY distinguishedNameMatch "
|
"EQUALITY distinguishedNameMatch "
|
||||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 "
|
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 "
|
||||||
"USAGE directoryOperation NO-USER-MODIFICATION )",
|
"NO-USER-MODIFICATION USAGE directoryOperation )",
|
||||||
NULL, 0, NULL, NULL, NULL,
|
NULL, 0, NULL, NULL, NULL,
|
||||||
offsetof(struct slap_internal_schema, si_ad_collectiveSubentries) },
|
offsetof(struct slap_internal_schema, si_ad_collectiveSubentries) },
|
||||||
{ "collectiveExclusions", "( 2.5.18.7 NAME 'collectiveExclusions' "
|
{ "collectiveExclusions", "( 2.5.18.7 NAME 'collectiveExclusions' "
|
||||||
|
Loading…
Reference in New Issue
Block a user