No subject
karlos barlos
karlosbarlos at yahoo.com
Sat Apr 18 16:23:48 EDT 2009
hello to all !!
given the code :
elif choice == "3":
print "all users list :"
print"\n"
import active_directory
for user in active_directory.search ("objectCategory='Person'", "objectClass='User'"):
print user
""
that lists all active directory personal ...
how can i pipe this into a csv file ??
or a text file ?
do need to first make it txt and then csv??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090418/74e91ede/attachment-0001.html>
More information about the Python-list
mailing list