Add gencrl into CA.sh

This commit is contained in:
nemunaire 2013-12-11 18:11:32 +01:00
parent c9cc7b36a9
commit 9109c3e3e0
2 changed files with 30 additions and 8 deletions

View file

@ -80,8 +80,10 @@ if (!empty($p[2]))
//TODO check revoked attribute
if (isset($name))
{
new_client($name, $misc_dir);
$output = new_client($name, $misc_dir);
Team::set_revoked(FALSE, $name);
erreur($output, "sucess");
return "admin/import_users";
}
}
elseif ($p[2] == "get")