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)
(...)
ldap://ldap.example.com/???(cn=Bob%20%3f)
(...)
ldap://ldap.example.com/???(cn=Bob%20%5c3f)
Thanks, everything is clear now.