https://bugs.openldap.org/show_bug.cgi?id=10388

Howard Chu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Howard Chu <[email protected]> ---
There is no bug here, the code is correct.

You're missing the earlier definitions:

ldif-attrval-record      = dn-spec SEP 1*attrval-spec

attrval-spec             = AttributeDescription value-spec SEP

value-spec               = ":" (    FILL 0*1(SAFE-STRING) /
                                ":" FILL (BASE64-STRING) /
                                "<" FILL url)


FILL                     = *SPACE


All spaces after the colon are fill characters and are properly stripped.

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to