Le 9/21/12 2:18 PM, Emmanuel Dreyfus a écrit :
On Fri, Sep 21, 2012 at 07:42:53AM +0000, Emmanuel Dreyfus wrote:
On Thu, Sep 20, 2012 at 10:21:12PM -0700, Philip Guenther wrote:
So: imagine your search filter is this: (cn=Bob ?) which is the *exact same filter* as this: (cn=Bob \3f)
(...) Thanks, everything is clear now.
Not quite, I have one more concern: if * and \2a have the same meaning, how do I specify a litteral * (that is * not being a wildcard)?
'*' is different from '?'. '*' has a meaning in a filter, (as '', '(', ')' and NUL)
In a filter, (cn=Bob *) is different from (cn=Bob \2A). The former does a substring search, the second search for any entry having "Bob *" as a cn.