Connecting Tech Pros Worldwide Forums | Help | Site Map

using python to query active directory

David Bear
Guest
 
Posts: n/a
#1: Mar 6 '07
Is it possible to use python to make calls agains microsoft active
directory? I suppose this should be qualified by what is needed to do it
from windows (I assume the win32all package) and from linux (if possible).
Any code samples would be great.
--
David Bear
-- let me buy your intellectual property, I want to own your thoughts --

jay graves
Guest
 
Posts: n/a
#2: Mar 6 '07

re: using python to query active directory


On Mar 6, 1:34 pm, David Bear <david.b...@asu.eduwrote:
Quote:
Is it possible to use python to make calls agains microsoft active
directory? I suppose this should be qualified by what is needed to do it
from windows (I assume the win32all package) and from linux (if possible).
Any code samples would be great.
Tim Golden is your man.

http://tgolden.sc.sabren.com/python/...directory.html

HTH
....
Jay Graves

David Bear
Guest
 
Posts: n/a
#3: Mar 6 '07

re: using python to query active directory


jay graves wrote:
Quote:
On Mar 6, 1:34 pm, David Bear <david.b...@asu.eduwrote:
Quote:
>Is it possible to use python to make calls agains microsoft active
>directory? I suppose this should be qualified by what is needed to do it
>from windows (I assume the win32all package) and from linux (if
>possible). Any code samples would be great.
>
Tim Golden is your man.
>
http://tgolden.sc.sabren.com/python/...directory.html
>
Yes, thank you. This looks great.
--
David Bear
-- let me buy your intellectual property, I want to own your thoughts --
=?ISO-8859-1?Q?Michael_Str=F6der?=
Guest
 
Posts: n/a
#4: Mar 7 '07

re: using python to query active directory


David Bear wrote:
Quote:
Is it possible to use python to make calls agains microsoft active
directory?
What do you mean with "calls agains microsoft active directory"?
Querying user and computer entries etc.?

python-ldap might be an option for you.

Ciao, Michael.
Closed Thread