X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=registry%2Fregistry.py;h=1ab5ef30dced6398cc0af057877f58a90adbe292;hb=5277e1135bdb2041856118412f089d76833bc0a3;hp=5d88bd332ae41592e5886c32a7c7537dff043e95;hpb=47db27e55e2b98e71f6c30eb8e6296353d33e475;p=sfa.git diff --git a/registry/registry.py b/registry/registry.py index 5d88bd33..1ab5ef30 100644 --- a/registry/registry.py +++ b/registry/registry.py @@ -11,6 +11,7 @@ from trustedroot import * from hierarchy import * from misc import * from record import * +from genitable import * def geni_fields_to_pl_fields(type, hrn, geni_fields, pl_fields): if type == "user": @@ -536,7 +537,7 @@ if __name__ == "__main__": TrustedRoots = TrustedRootList() - s = Registry("localhost", 12345, key_file, cert_file) + s = Registry("", 12345, key_file, cert_file) s.trusted_cert_list = TrustedRoots.get_list() s.run()