How to find groups(CN) which contains specific words?

Jahidul Hasan jahidul.hasan at bjitgroup.com
Mon Nov 15 06:16:46 CET 2010


Hi

I need to find those groups name which contains the word "ABC", is it
possible ?

base_dn = 'CN=ABC,OU=Common,DC=test,DC=com'
ldapConn.search_s(base_dn, ldap.SCOPE_SUBTREE)

Can I use %ABC% ?

Regards
Jahid





More information about the python-ldap mailing list