diff options
author | Maxim Devaev <[email protected]> | 2023-04-19 23:40:36 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-04-19 23:40:36 +0300 |
commit | 1209ddeb8dc342aa5591a8eb5c3d3468e2e976b2 (patch) | |
tree | 91c0933ac90a96f61abc9e5ec0b719a6359c441e /testenv | |
parent | fc2efb6ba9f06b39434ce4d5545fd666ae6f075a (diff) |
ldap auth module
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 | ||||
-rw-r--r-- | testenv/linters/pylint.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 92b82e26..6e07f4e3 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -58,6 +58,7 @@ RUN pacman --noconfirm --ask=4 -Syy \ python-xlib \ libxkbcommon \ python-hidapi \ + python-ldap \ python-zstandard \ freetype2 \ nginx-mainline \ diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index 3b9c125d..978a2e43 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -5,6 +5,7 @@ extension-pkg-whitelist = gpiod, spidev, netifaces, + _ldap, ustreamer, hid, |