Bug 181465 (multipleSUP)
Summary: | Object class SUP declaration (not RFC compliant) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | Yacine Kheddache <yacine> | ||||
Component: | Schema | Assignee: | Rich Megginson <rmeggins> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 1.0 | CC: | jgalipea, nhosoi, nkinder | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-12-07 17:17:28 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 434914, 517385 | ||||||
Attachments: |
|
Description
Yacine Kheddache
2006-02-14 14:11:34 UTC
*** Bug 181466 has been marked as a duplicate of this bug. *** I believe the current parser is space sensitive (and really should not be) - it requires a space between the bracket and the list item. Correct it work fine with: SUP ( inetOrgPerson $ PureFTPdUser ) This falls under the category of "improve schema parsing" and "RFC correctness" Created attachment 345962 [details]
Patch
Our schema parser requires a space after the opening paran
when multiple SUP objectclasses are listed in the definition
of an objectclass. The RFCs show that a space is not required.
This patch simply removes the requirement that a space be
present after the opening paran.
Pushed patch to master. verified RHEL 4 version: redhat-ds-base-8.2.0-2010060704.el4dsrv Successfully added the following schema without spaces between the brackets dn: cn=schema changetype: modify add: objectclasses objectclasses: (1.22.333.4444 NAME 'myMozOC' DESC 'Objectclass that contains MozillaAttribute' SUP top STRUCTURAL MUST (cn $ MozillaAttribute)) |