From 3233d10a29dd46f1b91b41c3d9e6414112b34128 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 9 Jun 2009 22:21:51 +0000 Subject: [PATCH] the 'authorities' hierarchy will be created in the same directory as the geni config files (in most cases this will be /etc/geni/) --- geni/util/hierarchy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geni/util/hierarchy.py b/geni/util/hierarchy.py index 11469632..d52d5d28 100644 --- a/geni/util/hierarchy.py +++ b/geni/util/hierarchy.py @@ -106,7 +106,7 @@ class Hierarchy(): def __init__(self, basedir = None): if not basedir: config = Config() - basedir = config.basepath + os.sep + "authorities" + basedir = config.config_path + os.sep + "authorities" self.basedir = basedir ## # Given a hrn, return the filenames of the GID, private key, and dbinfo -- 2.43.0