From: Scott Baker Date: Tue, 9 Sep 2008 02:43:44 +0000 (+0000) Subject: split tables/records and listen on anonymous ip X-Git-Tag: sfa-0.9-0@14641~853 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=5277e1135bdb2041856118412f089d76833bc0a3 split tables/records and listen on anonymous ip --- 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()