From 572a1b0f2323b5e95cb4d13c7f3bd84b5a777877 Mon Sep 17 00:00:00 2001 From: r24-IT <66780110+r24-IT@users.noreply.github.com> Date: Mon, 22 Jun 2020 16:59:19 +0200 Subject: [PATCH] Update providers.markdown (#13777) Co-authored-by: Franck Nijhof --- source/_docs/authentication/providers.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index e49e2704752..21f2375f473 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -149,7 +149,7 @@ Assuming you have only the owner created though onboarding process, no other use The Command Line auth provider executes a configurable shell command to perform user authentication. Two environment variables, `username` and `password`, are passed to the command. Access is granted when the command exits successfully (with exit code 0). -This provider can be used to integrate Home Assistant with arbitrary external authentication services, from plaintext databases over LDAP to RADIUS. A compatible script for LDAP authentication is [this one](https://github.com/efficiosoft/ldap-auth-sh), for instance. +This provider can be used to integrate Home Assistant with arbitrary external authentication services, from plaintext databases over LDAP to RADIUS. A compatible script for LDAP authentication is [this one](https://github.com/efficiosoft/ldap-auth-sh), for instance. Please note, this will only work when using the Home Assistant Core installation type. Here is a configuration example: