HI,
I’m trying to set LDAP auth to HA. There is officially suggested procedure:
Authentication Providers - Home Assistant with bash script located here:
GitHub - bob1de/ldap-auth-sh: A simple but configurable shell script to authenticate against LDAP
But the script needs installed curl compiled with ldap support or installed package openldap-clients (ldapserach)
version of curl:
bash-5.1# curl --version
curl 7.78.0 (x86_64-alpine-linux-musl) libcurl/7.78.0 OpenSSL/1.1.1l zlib/1.2.11 brotli/1.0.9 nghttp2/1.43.0
Release-Date: 2021-07-21
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL TLS-SRP UnixSockets
So currently is not possible configure LDAP auth without modifying docker container.