feat(docker): Add support LDAP/AD authorization (#24277)

This commit is contained in:
Aleksey Karpov
2023-06-23 19:15:57 +03:00
committed by GitHub
parent c5b4ecdca5
commit 291a10fefe
4 changed files with 13 additions and 4 deletions

View File

@@ -40,7 +40,8 @@ default-setup-command() {
apt-get-install() {
say "::group::apt-get install dependencies"
sudo apt-get update && sudo apt-get install --yes \
libsasl2-dev
libsasl2-dev \
libldap2-dev
say "::endgroup::"
}