using python to query active directory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Bear

    #1

    using python to query active directory

    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

    #2
    Re: using python to query active directory

    On Mar 6, 1:34 pm, David Bear <david.b...@asu .eduwrote:
    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.



    HTH
    ....
    Jay Graves

    Comment

    • David Bear

      #3
      Re: using python to query active directory

      jay graves wrote:
      On Mar 6, 1:34 pm, David Bear <david.b...@asu .eduwrote:
      >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.
      >

      >
      Yes, thank you. This looks great.
      --
      David Bear
      -- let me buy your intellectual property, I want to own your thoughts --

      Comment

      • =?ISO-8859-1?Q?Michael_Str=F6der?=

        #4
        Re: using python to query active directory

        David Bear wrote:
        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.

        Comment

        Working...