bob1de / ldap-auth-sh

A simple but configurable shell script to authenticate against LDAP
GNU General Public License v3.0
80 stars 21 forks source link

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

Open Ryan-J opened 4 years ago

Ryan-J commented 4 years ago

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.

samsam-rolon commented 3 years ago

Up regarding this topic :-)