From: Jahidul H. <jah...@bj...> - 2010-11-15 05:30:38
|
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 |