#48871 If dn contains rdn which type is CES, even if the cases do not match in the basedn, ldapsearch returns the entry.
Closed: wontfix 4 years ago by mreynolds. Opened 7 years ago by nhosoi.

Existing DN:

dn: labeledURI=ftp://ds.internic.net/rfc/rfc822.txt,dc=example,dc=com

Please note that labeledURI is caseExactMatch type.

Even if "ftp" and "txt" are replaced "FTP" and "TXT", the entry is returned.

$ ldapsearch [...] -D 'cn=directory manager' -W -b "labeledURI=FTP://ds.internic.net/rfc/rfc822.TXT,dc=example,dc=com" dn
dn: labeledURI=ftp://ds.internic.net/rfc/rfc822.txt,dc=example,dc=com

Note: filter correctly avoids the match.

$ ldapsearch [...] -D 'cn=directory manager' -W -b "dc=example,dc=com" "(labeledURI=FTP://ds.internic.net/rfc/rfc822.txt)"
$

Metadata Update from @nhosoi:
- Issue set to the milestone: FUTURE

7 years ago

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to None
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

4 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1930

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata