summaryrefslogtreecommitdiffstats
path: root/ansible_collections/microsoft/ad/requirements.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
commit975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch)
tree89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/microsoft/ad/requirements.txt
parentInitial commit. (diff)
downloadansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz
ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/microsoft/ad/requirements.txt')
-rw-r--r--ansible_collections/microsoft/ad/requirements.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/ansible_collections/microsoft/ad/requirements.txt b/ansible_collections/microsoft/ad/requirements.txt
new file mode 100644
index 000000000..9d4f6c3cd
--- /dev/null
+++ b/ansible_collections/microsoft/ad/requirements.txt
@@ -0,0 +1,20 @@
+# Copyright (c) Ansible Project
+# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+# For LDAP TLS channel binding data calculation. 3.1 is when the backend arg
+# was made optional.
+cryptography >= 3.1
+
+# For LDAP SRV lookups. 2.0.0 is when the new API used was introduced.
+dnspython >= 2.0.0
+
+# For krb5 default_realm lookups
+krb5
+
+# For LDAP negotiate authentication. 0.8.0 is needed for the no_integrity
+# context_req used by LDAP.
+pyspnego[kerberos] >= 0.8.0
+
+# For LDAP protocol logic
+sansldap