mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-30 02:19:26 -05:00
Fix goof in last commit
This commit is contained in:
parent
eb7deb9eba
commit
d8428387d4
1 changed files with 4 additions and 1 deletions
|
|
@ -372,7 +372,8 @@ static struct slap_schema_oc_map {
|
|||
offsetof(struct slap_internal_schema, si_oc_subschema) },
|
||||
#ifdef LDAP_COLLECTIVE_ATTRIBUTES
|
||||
{ "collectiveAttributeSubentry", "( 2.5.17.2 "
|
||||
"NAME 'RFC3671: collectiveAttributeSubentry' "
|
||||
"NAME 'collectiveAttributeSubentry' "
|
||||
"DESC 'RFC3671: collective attribute subentry' "
|
||||
"AUXILIARY )",
|
||||
subentryObjectClass,
|
||||
SLAP_OC_COLLECTIVEATTRIBUTESUBENTRY|SLAP_OC_OPERATIONAL|SLAP_OC_HIDE,
|
||||
|
|
@ -512,6 +513,7 @@ static struct slap_schema_ad_map {
|
|||
#ifdef LDAP_COLLECTIVE_ATTRIBUTES
|
||||
{ "collectiveAttributeSubentries", "( 2.5.18.12 "
|
||||
"NAME 'collectiveAttributeSubentries' "
|
||||
"DESC 'RFC3671: collective attribute subentries' "
|
||||
"EQUALITY distinguishedNameMatch "
|
||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 "
|
||||
"NO-USER-MODIFICATION USAGE directoryOperation )",
|
||||
|
|
@ -520,6 +522,7 @@ static struct slap_schema_ad_map {
|
|||
NULL, NULL, NULL, NULL, NULL,
|
||||
offsetof(struct slap_internal_schema, si_ad_collectiveSubentries) },
|
||||
{ "collectiveExclusions", "( 2.5.18.7 NAME 'collectiveExclusions' "
|
||||
"DESC 'RFC3671: collective attribute exclusions' "
|
||||
"EQUALITY objectIdentifierMatch "
|
||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 "
|
||||
"USAGE directoryOperation )",
|
||||
|
|
|
|||
Loading…
Reference in a new issue