fix: from kanidm to kanidmD

This commit is contained in:
dettlaff 2024-11-20 21:30:56 +04:00
parent dc2d7e073a
commit cf347a2dc3
2 changed files with 2 additions and 2 deletions

View file

@ -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" ];

View file

@ -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",