Source: ms-active-directory
Section: unknown
Priority: optional
Maintainer: Christian Dersch <dersch@hrz.uni-marburg.de>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-six,
 python3-pycryptodome-compat,
 python3-ldap3,
 python3-dnspython,
 python3-tz,
 python3-all,
Standards-Version: 4.6.2
Homepage: https://github.com/zorn96/ms_active_directory

Package: python3-ms-active-directory
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-pycryptodome-compat,
 python3-six,
 python3-ldap3,
 python3-dnspython,
 python3-tz,
Suggests:
 python-ms-active-directory-doc,
Description: Python library for integrating with Active Directory (Python 3)
 This is a library for integrating with Microsoft Active Directory domains.
 .
 It supports a variety of common, critical functionality for integration of 
 computers into a domain, including the ability to discover domain resources,
 optimize communication for speed, join a computer to the domain, and look up 
 information about users and groups in the domain.
 .
 It primarily builds on the LDAP protocol, and supports LDAP over TLS with 
 channel bindings, and all LDAP basic, NTLM, and SASL authentication mechanisms 
 (e.g. Kerberos) supported by the ldap3 python library.
 .
 For more detailed documentation, please see the docs at:
 https://ms-active-directory.readthedocs.io/
 .
 This package installs the library for Python 3.

