Hi guys,

 

I am trying to access windows Active directory by using python-ldap, but I do 
not know how to write filter argument for search function.

search(base, scope [,filterstr='(objectClass=*)' [, attrlist=None [, 
attrsonly=0]]]).

 

For example: A filter sting which based on RFC4515 
(http://www.faqs.org/rfcs/rfc4515.html) is 
"(&(objectclass=organizationalUnit)(c=*))". From the docs of python-ldap, the 
forms of the argument, ('cn=fred*') and ('objectClass=*') can be found. 

 

I’d like to know how to write the sting of 
"(&(objectclass=organizationalUnit)(c=*))" for search function. I am not sure 
where it is enough to answer my question, if you need more information, just 
ask.

 

Thanks a lot

-------

YANG ChengFu

Unix Administrator 

Gameloft -- Global Network Services (GNS)

* mailto:[EMAIL PROTECTED]

* +86(10)8260-7783 ext.8221

 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Python-LDAP-dev mailing list
Python-LDAP-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev

Reply via email to