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

RE: ldap search filters handling (ITS#2473)



Thanks, this bug has already been fixed in CVS and will be fixed in the
2.1.18 release.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of
> abrutschy@xylon.de
> Sent: Monday, April 28, 2003 5:14 AM
> To: openldap-its@OpenLDAP.org
> Subject: ldap search filters handling (ITS#2473)
>
>
> Full_Name: Arne Brutschy
> Version: 2.1.17
> OS: Solaris 8
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (217.68.160.37)
>
>
> There is a problem handling ldap search filters:
>
> This does not work:
> ldapsearch -x
> "(&(|(mail=arnuschky@nuschkys.net)(mail=nuschky@nuschkys.net))
> (objectclass=person))"
>
> This does work:
> ldapsearch -x
> "(&(objectclass=person)(|(mail=arnuschky@nuschkys.net)(mail=nu
schky@nuschkys.net)))"
>
> Both should work according to RFC 2254.
>