mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +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.util-linux
|
||||||
pkgs.e2fsprogs
|
pkgs.e2fsprogs
|
||||||
pkgs.iproute2
|
pkgs.iproute2
|
||||||
pkgs.kanidm
|
pkgs.kanidmd
|
||||||
];
|
];
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
wantedBy = [ "network-online.target" ];
|
wantedBy = [ "network-online.target" ];
|
||||||
|
|
|
@ -71,7 +71,7 @@ class KanidmAdminToken:
|
||||||
def reset_and_save_idm_admin_password() -> str:
|
def reset_and_save_idm_admin_password() -> str:
|
||||||
new_kanidm_admin_password = subprocess.check_output(
|
new_kanidm_admin_password = subprocess.check_output(
|
||||||
[
|
[
|
||||||
"kanidm",
|
"kanidmd",
|
||||||
"recover-account",
|
"recover-account",
|
||||||
"-c",
|
"-c",
|
||||||
"/etc/kanidm/server.toml",
|
"/etc/kanidm/server.toml",
|
||||||
|
|
Loading…
Reference in a new issue