pyad_auth 0.0.2

Creator: railscoderz

Last updated:

Add to Cart

Description:

pyad auth 0.0.2

pyad_auth
Simple Python library to verify a user’s credentials against Active Directory


Requirements

Python >= 2
ldap3



Installation

pip install pyad_auth



Usage

Include pyad_auth in your project
Use pyad_auth.connect() to connect to the server:
try:
server = pyad_auth.connect("myip", port)
except Exception as e:
# handle exception

Use pyad_auth.auth() to verify if the user is in Active Directory:
try:
authenticated = pyad_auth.auth(server, "username", "password")
except Exception as e:
# handle exception

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.