Hi,

yes, you can use wildcards, to the extend the attributeType supports
substring matchingrule. This is the case for cn and sn, so you can use
soething like :

(cn=chr*)

or

(cn=*ris)

or even

(cn=ch*s)


If you want to search the full base, be sure to set the baseDN to teh
root of your partition, and use the SUBTREE scope.

Le 02/10/2018 à 20:34, Chris Thistlethwaite a écrit :
> Hey ADS devs!
> 
> Quick (hopefully) question, I'm trying to find out if there is a way to
> search LDAP using wildcards. For instance, I can search for uid=christ
> and cn=christ to get a few results, but I'd like to find where my
> ApacheID is across the entire search base.
> 
> If you reply, please add me to the CC as I'm not subbed to the dev@
> list.
> 
> Thanks!!
> Chris T.
> 

-- 
Emmanuel Lecharny

Symas.com
directory.apache.org

Reply via email to