diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2010-07-28 17:07:01 -0700 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2010-07-28 17:07:01 -0700 |
| commit | b69c76816fc863a17a60c2bf73b5683145b954d1 (patch) | |
| tree | 4f08999a0707c155f70ec1b5570ba365402c681a | |
| parent | 7de9007936a790625258967bfb959bc5989d25f2 (diff) | |
619229 - Upgrading sub suffix under non-normalized suffix disappearsDirectory_Server_8_2_Candidate_20100728
https://bugzilla.redhat.com/show_bug.cgi?id=619229
Fix Description:
The cause of this problem is the config attribute nsslapd-parent-suffix
was not defined as an attribute of DN syntax. Because of the missing
definition, the value is not the target of the DN normalization and
the match fails after upgraded. Adding the attribute to the schema
solves this problem.
| -rw-r--r-- | ldap/schema/01common.ldif | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/schema/01common.ldif b/ldap/schema/01common.ldif index e6779e10..0731986a 100644 --- a/ldap/schema/01common.ldif +++ b/ldap/schema/01common.ldif @@ -227,6 +227,7 @@ attributeTypes: ( 2.16.840.1.113730.3.1.2064 NAME 'nsSaslMapRegexString' DESC 'N attributeTypes: ( 2.16.840.1.113730.3.1.2065 NAME 'nsSaslMapBaseDNTemplate' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'Netscape Directory Server' ) attributeTypes: ( 2.16.840.1.113730.3.1.2066 NAME 'nsSaslMapFilterTemplate' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'Netscape Directory Server' ) attributeTypes: ( 2.16.840.1.113730.3.1.2093 NAME 'nsslapd-changelogsuffix' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'Netscape' ) +attributeTypes: ( 2.16.840.1.113730.3.1.2094 NAME 'nsslapd-parent-suffix' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'Netscape' ) # # objectclasses: # |
