mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-21 19:51:28 +00:00
fix: from kanidm to kanidmD
This commit is contained in:
parent
dc2d7e073a
commit
cf347a2dc3
|
@ -46,7 +46,7 @@ in
|
|||
pkgs.util-linux
|
||||
pkgs.e2fsprogs
|
||||
pkgs.iproute2
|
||||
pkgs.kanidm
|
||||
pkgs.kanidmd
|
||||
];
|
||||
after = [ "network-online.target" ];
|
||||
wantedBy = [ "network-online.target" ];
|
||||
|
|
|
@ -71,7 +71,7 @@ class KanidmAdminToken:
|
|||
def reset_and_save_idm_admin_password() -> str:
|
||||
new_kanidm_admin_password = subprocess.check_output(
|
||||
[
|
||||
"kanidm",
|
||||
"kanidmd",
|
||||
"recover-account",
|
||||
"-c",
|
||||
"/etc/kanidm/server.toml",
|
||||
|
|
Loading…
Reference in a new issue