fixed filter import

This commit is contained in:
2022-05-19 15:55:51 -04:00
parent 9da6823da9
commit 887567a257

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env python
from ldap3 import Connection, Server, ANONYMOUS, SIMPLE, SYNC, ASYNC, core, filter
from ldap import filter
from ldap3 import Connection, Server, ANONYMOUS, SIMPLE, SYNC, ASYNC, core
from getpass import getpass
import configparser
import logging