I pass a filter string such as this to search(), but I keep getting
BAD SEARCH FILTER error.
"(|(last-login-time<=100101*)(!(last-login-time=*)))"
The same thing works when using it with ldapsearch command. I also
tried running it through ldap.filter.escape_filter_chars. Still no
luck. Is this a k
Anil wrote:
> I pass a filter string such as this to search(), but I keep getting
> BAD SEARCH FILTER error.
> "(|(last-login-time<=100101*)(!(last-login-time=*)))"
Using <= with * in the assertion value looks bogus to me.
> The same thing works when using it with ldapsearch command.
Does not wo
I've used this type of wild card search+compare before, all with
Solaris's ldapsearch, never complained. Let me change this to not use
a wild card like that.
Thanks.
2010/7/1 Michael Ströder :
> Anil wrote:
>> I pass a filter string such as this to search(), but I keep getting
>> BAD SEARCH FILTE