Bug 622604
| Summary: | Schema syntax error while parsing in OpenLDAP | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Bruncko <michal.bruncko> |
| Component: | bind-dyndb-ldap | Assignee: | Adam Tkac <atkac> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | atkac, nagy.martin, ovasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | bind-dyndb-ldap-0.1.0-0.15.b.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-01-03 19:59: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: | |||
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. bind-dyndb-ldap-0.1.0-0.15.b.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/bind-dyndb-ldap-0.1.0-0.15.b.fc14 bind-dyndb-ldap-0.1.0-0.11.a1.20091210git.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/bind-dyndb-ldap-0.1.0-0.11.a1.20091210git.fc13 bind-dyndb-ldap-0.1.0-0.15.b.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update bind-dyndb-ldap'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/bind-dyndb-ldap-0.1.0-0.15.b.fc14 worked! thanks bind-dyndb-ldap-0.1.0-0.11.a1.20091210git.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. bind-dyndb-ldap-0.1.0-0.15.b.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Using bind-dyndb-ldap schema (from /usr/share/doc/bind-dyndb-ldap-0.1.0/schema) in openldap casues syntax error while its processing. Version-Release number of selected component (if applicable): openldap-2.4.21-9.fc13.x86_64 bind-dyndb-ldap-0.1.0-0.9.a1.20091210git.fc13.x86_64 How reproducible: always Steps to Reproduce: 1. use bind-dyndb-ldap schema in openldap 2. try to restart openldap or use slaptest Actual results: [root@host openldap]# slaptest -f slapd.conf.bak /etc/openldap/schema/bind-dyndb.schema: line 5 attributetype: Missing closing parenthesis before end of input AttributeTypeDescription = "(" whsp numericoid whsp ; AttributeType identifier [ "NAME" qdescrs ] ; name used in AttributeType [ "DESC" qdstring ] ; description [ "OBSOLETE" whsp ] [ "SUP" woid ] ; derived from this other ; AttributeType [ "EQUALITY" woid ] ; Matching Rule name [ "ORDERING" woid ] ; Matching Rule name [ "SUBSTR" woid ] ; Matching Rule name [ "SYNTAX" whsp noidlen whsp ] ; see section 4.3 [ "SINGLE-VALUE" whsp ] ; default multi-valued [ "COLLECTIVE" whsp ] ; default not collective [ "NO-USER-MODIFICATION" whsp ]; default user modifiable [ "USAGE" whsp AttributeUsage ]; default userApplications ; userApplications ; directoryOperation ; distributedOperation ; dSAOperation whsp ")" slaptest: bad configuration file! Expected results: Successful parsing Additional info: The reported syntax errors are valid for all of entries in schema (attributes and objectclasses). Closing parenthesis needs to be on the end of last line of entry, like this: attributetype ( 1.3.6.1.4.1.2428.20.0.0 NAME 'dNSTTL' DESC 'An integer denoting time to live' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )