add LDAP support

This commit is contained in:
root 2023-08-16 21:53:49 -05:00 committed by DanielBatteryStapler
parent 00ecf57b0f
commit 23f086aa40
4 changed files with 67 additions and 6 deletions

View file

@ -47,6 +47,7 @@ INSTALL_REQUIRES = [
"croniter>=0.3.34",
"w3lib>=1.22.0",
"ipython>5.0.0",
"django-auth-ldap>=4.1.0"
]
EXTRAS_REQUIRE = {
'sonic': [