| Server IP : 85.214.239.14 / Your IP : 216.73.216.27 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/ansible_collections/microsoft/ad/ |
Upload File : |
# 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