Skip to content

Instantly share code, notes, and snippets.

@jon-nfc
jon-nfc / ldap3_schema_json_creation.py
Created July 26, 2021 10:38
Python ldap3 schema json creator
import unittest, functools, ldap3, ssl, os
from unittest import mock
from ldap3 import Server, Connection, MOCK_SYNC, OFFLINE_SLAPD_2_4, OFFLINE_AD_2012_R2, ALL_ATTRIBUTES
# May require some debugging to get working.
class test_ActiveDirectory(unittest.TestCase):