You need to connect to AD and pull information through Python3. For python2 there is python_ldap (everything is in order), but it does not support python3. python3_ldap (called LDAP3) is a completely different project that cannot be authenticated using GSSAPI (Kerberos). On GitHub, you can find the script supposedly working in conjunction with the latest python_gssapi module, but the site has a non-working example.

Task: connect to (AD) and take information from there using Python 3.

Problems: I cannot find a suitable library for Python 3. I cannot find Python 3 examples to solve this problem.

Please help find a solution to this problem.

    0