From 4da1ef02b7f08ab669ec21685d66259443bff303 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 9 Aug 2010 17:17:51 +0000 Subject: [PATCH] should be checking for the startslice priv --- sfa/methods/Start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/Start.py b/sfa/methods/Start.py index ff09db0f..26a29589 100644 --- a/sfa/methods/Start.py +++ b/sfa/methods/Start.py @@ -29,7 +29,7 @@ class Start(Method): def call(self, xrn, creds): hrn, type = urn_to_hrn(xrn) - valid_creds = self.api.auth.checkCredentials(creds, 'start', hrn) + valid_creds = self.api.auth.checkCredentials(creds, 'startslice', hrn) #log the call origin_hrn = Credential(string=valid_creds[0]).get_gid_caller().get_hrn() -- 2.43.0