basic -> htpasswd

This commit is contained in:
Devaev Maxim
2019-04-08 06:19:02 +03:00
parent 9243d2a00c
commit d8a5e38371
6 changed files with 17 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ def _run_main(htpasswd: passlib.apache.HtpasswdFile, cmd: List[str]) -> None:
"kvmd-htpasswd",
*cmd,
"--set-options",
"kvmd/auth/basic/htpasswd=" + htpasswd.path,
"kvmd/auth/htpasswd/file=" + htpasswd.path,
])