News

This sample demonstrates how to build a Python (Flask) web application that authorizes Azure Active Directory users and access data from the Microsoft Graph. The app uses the Active Directory ...
This is Python-AD, an Active Directory client library for Python on UNIX/Linux systems. Note - version 1.0 added support for Python >= 3.6 and version 2.0 will drop support for Python 2 ...
In my first attemp to learn Python and how it works with Windows and Active Directory, I've decided to write a little app to pull basic info from Active Directory.The problem is, I have no idea ...
Organizations with an AD infrastructure in place that wish to provision Linux computers can bind those devices to their existing domain.
If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...