Python Active Directory Tools’s Documentation

pyad is a python library designed to provide a simple, object oriented interface to Active Directory through ADSI on the Windows platform. The code for this project is maintained at https://github.com/zakird/pyad and can be downloaded at https://pypi.python.org/pypi/pyad.

Contents:

Indices and tables

Requirements

pyad requires pywin32, which is available at http://sourceforge.net/projects/pywin32.

License

Licensed under the Apache License, Version 2.0 (the “License”). You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Table Of Contents

Next topic

Active Directory Basics

This Page