ldap-auth-sh icon indicating copy to clipboard operation
ldap-auth-sh copied to clipboard

This is no longer compatible with the docker version of home assistant

Open Ryan-J opened this issue 5 years ago • 1 comments

When the Home Assistant moved to being based on Arch Linux it no longer included support for curl with ldap or ldapsearch. This can be solved by creating a custom docker build with the following docker file to add support for ldapsearch:

FROM homeassistant/home-assistant:stable
RUN apk add openldap-clients

Might be worth adding a note about this to the readme.

Ryan-J avatar May 12 '20 21:05 Ryan-J

Up regarding this topic :-)

samsam-rolon avatar Apr 20 '21 09:04 samsam-rolon