mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
ProxmoxVE Change realm to username instead of password (#17078)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
f895f2ff42
commit
6c7ffbebcb
@ -55,11 +55,11 @@ verify_ssl:
|
|||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
username:
|
username:
|
||||||
description: The username used to authenticate.
|
description: The username used to authenticate. Can include the realm by appending "@<realm>".
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
description: The password used to authenticate. Can include the realm by appending "@<realm>"
|
description: The password used to authenticate.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
realm:
|
realm:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user