Skip to content

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

@Ryan-J

Description

@Ryan-J

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions