From 9e13539872973169d8a9e1e17ea9355002eb93d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 17 Jul 2009 09:14:35 +0000 Subject: [PATCH] --- PlanetLabConf/keys.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PlanetLabConf/keys.php b/PlanetLabConf/keys.php index cfffba0..ed4cfd2 100755 --- a/PlanetLabConf/keys.php +++ b/PlanetLabConf/keys.php @@ -33,6 +33,8 @@ if (!empty($_REQUEST['role'])) { } } } + +// {ple,pl}_monitor user is created on the nodes by the monitor-runlevelagent init script. if (isset($_REQUEST[PLC_SLICE_PREFIX . '_monitor'])) { $user = $adm->GetPersons(array('first_name' => 'Site', 'last_name' => 'Assistant')); if (!empty($user)) { -- 2.43.0