Bug 181466
| Summary: | Object class SUP declaration (not RFC compliant) | ||
|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Yacine Kheddache <yacine> |
| Component: | Directory Server | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED DUPLICATE | QA Contact: | Orla Hegarty <ohegarty> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | ohegarty |
| 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: | 2006-02-14 14:15:52 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: | |||
*** This bug has been marked as a duplicate of 181465 *** Bug already CLOSED. setting screened+ flag |
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Description of problem: Hi, When playing with openldap schema conversion to FDS I discover this issue below: RFC 2252 say for object class: [ "SUP" oids ] Where : oids = woid / ( "(" oidlist ")" ) oidlist = woid *( "$" woid ) One of my converted schema contains this line; SUP (inetOrgPerson $ PureFTPdUser ) And based on RFC 2252 it is RFC compliant. But FDS complain with error below: error code 20 (Type or value exists) - object class ispmanDomainUser: Superior object class "(inetOrgPerson" does not exist Line (workaround): SUP inetOrgPerson $ PureFTPdUser is working without any FDS complains. So I guess FDS is not RFC compliant on this point. Regards Yacine (Yada on #fedora-ds) Version-Release number of selected component (if applicable): FDS 1.0.1 How reproducible: Always Steps to Reproduce: 1. use parenthesis in a schema for an object class SUP declaration 2. restart FDS 3. Actual Results: error code 20 (Type or value exists) - object class "foo": Superior object class "(bar" does not exist Expected Results: Should restart without errors and take the SUP () declaration into account. Additional info: