Discuss Cross Platform Active Directory Module in the Python Programming forum on Dev Shed. Cross Platform Active Directory Module Python Programming forum discussing coding techniques, tips and tricks, and Zope related information. Python was designed from the ground up to be a completely object-oriented programming language.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.
Posts: 2
Time spent in forums: 1 h 7 m 21 sec
Reputation Power: 0
Cross Platform Active Directory Module
Hi.
I'm new to python. First off I'd like some advice on where to find modules for python that I can trust don't do anything malicious.
There seems to be a lot of modules availible for python but how do I know that they only do what they advertise they do without actually going through the code. Being a beginner in python reviewing the code doesn't seem viable. Seems to me like an ideal area to place malicious code.
Secondly and the main reason I'm hear. I'm looking for a module I can use to interact with active directory in both a windows and linux enviroment. Currently I'm using win32com in windows but that doesn't work in linux.
I have written a script in vb to read a text file of users and create the user in AD. It does various error checks to see if they exist etc and enables them and moves them to the correct OU if they do.
I now want to create that script in python so it can be run in linux by the sys admins wh use linux and so I can integrate with google apps api also, which I believe you use python for.
Posts: 1,075
Time spent in forums: 4 Weeks 1 Day 4 h 41 m 27 sec
Reputation Power: 98
I trust against malevolence in the modules installed with python. The os, subprocess, and os.path modules are relevant to you and designed for operating system independence.