[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: "X* Y" searches miscalculated in OpenLDAP (ITS#2776)



At 03:13 PM 10/17/2003, quanah@stanford.edu wrote:
>Full_Name: Quanah Gibson-Mount
>Version: 2.1.22
>OS: Solaris 8
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (171.64.19.82)
>
>
>Using the following search pattern:
>
>"cn=mar* ong", I get returns like
>
>cn: Marty Strong
>although one would rather expect
>cn: Marjorie Ong
>
>I imagine that this is rewriting the search as:
>
>"cn=mar*ong"

Per X.500/LDAP technical specifications, yes.  Each substring
is a directory string and leading (and trailing) spaces of
a directory string are insignificant.

This issue will be closed as the code is behaving as intended.