You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2015/07/06 19:15:05 UTC

[jira] [Commented] (DIRSTUDIO-1060) Exported OpenLDAP schema has syntax errors

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14615328#comment-14615328 ] 

Stefan Seelmann commented on DIRSTUDIO-1060:
--------------------------------------------

API 1.0.0-31 is released and included in next Studio version.

A final question: Currently there is no empy line between the schema records, is that ok or is it mandatory to add one?

{code}
attributetype ( ... NAME ...
    DESC ...
    ...
    USAGE userApplications )
attributetype ( ... NAME ...
    DESC ...
    ...
    USAGE userApplications )
{code}


> Exported OpenLDAP schema has syntax errors
> ------------------------------------------
>
>                 Key: DIRSTUDIO-1060
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1060
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 2.0.0-M9 (2.0.0.v20150606-M9)
>         Environment: slapd 2.4.40 (Debian version)
>            Reporter: Christoph Kling
>              Labels: easyfix
>             Fix For: 2.0.0-M10
>
>
> If you export a schema to OpenLDAP schema format, you cannot import it to slapd because slaptest fails with:
> # slaptest -f test.conf -F tmp/
> 55898c8a drksuewo.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 directory!
> The problem is that the exported schema misses the required whitespace character in front of the closing parenthesis of each attributetype and objectclass element. The fix is easy, just the renderer must be corrected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)