1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-24 21:34:41 +03:00

added a new ldap constant to ldaputil

This commit is contained in:
Adolfo Gómez García 2022-02-20 00:24:38 +01:00
parent 8cd050f71d
commit 3667c82529

View File

@ -47,6 +47,7 @@ from ldap import (
SCOPE_SUBTREE, # type: ignore
SCOPE_ONELEVEL, # type: ignore
SCOPE_SUBORDINATE, # type: ignore
INVALID_CREDENTIALS, # type: ignore
)