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

            Bug ID: 9241
           Summary: olcRefintNothing refuse to accept space in the target
                    dn
           Product: OpenLDAP
           Version: 2.4.49
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: ---
         Component: overlays
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When configuring refint :

dn: olcOverlay={2}refint,olcDatabase={1}mdb,cn=config
objectClass: olcOverlayConfig
objectClass: olcRefintConfig
olcOverlay: {2}refint
olcRefintAttribute: seeAlso
olcRefintNothing: cn=admin,dc=test

is accepted

but
olcRefintNothing: cn=admin space,dc=test

is rejected when I ldapadd the configuration with the message :


ldap_add: Constraint violation (19)
        additional info: <olcRefintNothing> extra cruft after <string>

I tried various quoting :
 cn="admin space",dc=test
 cn=admin\20space
 "cn=admin space"

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

Reply via email to