From c4d09986997a3acba5931dba2df0fd523ee3bf87 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Wed, 18 Apr 2018 16:32:49 +0200 Subject: [PATCH] fix configuration directive usage --- bin/access-check-manager.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/access-check-manager.pl.in b/bin/access-check-manager.pl.in index 6cfcc7a..570172f 100755 --- a/bin/access-check-manager.pl.in +++ b/bin/access-check-manager.pl.in @@ -153,7 +153,7 @@ sub list_accounts { eval { AccountManager::Tools::update_ssp_authsources( $configuration->{setup}->{templates_dir}, - $configuration->{idp}->{accounts_file}, + $configuration->{setup}->{accounts_file}, $accounts ); }; -- GitLab