8000 Auth provider, command line: remove Core specific info (#39259) · home-assistant/home-assistant.io@77def4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 77def4b

Browse files
authored
Auth provider, command line: remove Core specific info (#39259)
1 parent 98ef550 commit 77def4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/authentication/providers.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Assuming you have only the owner created though onboarding process, no other use
161161

162162
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 exi 59DA ts successfully (with exit code 0).
163163

164-
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/bob1de/ldap-auth-sh), for instance. Please note, this will only work when using the Home Assistant Core installation type.
164+
This provider can be used to integrate Home Assistant with arbitrary external authentication services, from plaintext databases over LDAP to RADIUS.
165165

166166
Here is a configuration example:
167167

0 commit comments

Comments
 (0)
0