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

Filter problem...



I have the following filter:
 
(&(objectclass=my-Customer)(my-CustomerStatus=A)(my-CustomerRole=*))
 
And it works just fine. When I perform the search with this filter, it answers the desired customer. But if I change it to:
 
(&(objectclass=my-Customer)(my-CustomerStatus=A)(my-CustomerRole=se*))
 
Now a search using this filter answers nothing. Note that the only change was the value of the last attribute (my-CustomerRole). This filter should answer the same customer as the first one but it doesn't.
Is there anything special about the filter syntax in OpenLDAP?
Thanks a lot.
 
    -- Paul