From: Kurt D. Z. <Ku...@Op...> - 2001-02-24 23:55:38
|
At 05:44 PM 2/22/01 -0800, Jeffrey P. Carter wrote: >I'm trying to write an or'd search filter for a list >of uid values something like: > >"(|(uid=x)(uid=y)(uid=z))" > >This works perfectly with the openldap tools against >the Netscape 4.12 directory but I get a 'Bad filter' >error with Net::LDAP. It seems to me that this filter >is valid but clearly it's not. The above filter is valid. OR and AND operators act upon non-empty sets of filters. |