From: Thierry Parmentelat Date: Thu, 19 Jan 2012 18:42:16 +0000 (+0100) Subject: turn creation of records authority+* back on, needed when issuing credentials X-Git-Tag: before-migrate~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=88281485482429573b449e97cf75ffa3619cf886;p=sfa.git turn creation of records authority+* back on, needed when issuing credentials --- diff --git a/sfa/importer/sfaImport.py b/sfa/importer/sfaImport.py index dbcb66d9..7e649d00 100644 --- a/sfa/importer/sfaImport.py +++ b/sfa/importer/sfaImport.py @@ -67,7 +67,9 @@ class sfaImport: # create interface records self.logger.info("Import: creating interface records") # xxx authority+ turning off the creation of authority+* -# self.create_interface_records() +# in fact his is required - used in SfaApi.__getCredentialRaw +# that tries to locate 'authority+sa' + self.create_interface_records() # add local root authority's cert to trusted list self.logger.info("Import: adding " + interface_hrn + " to trusted list")