[Freeipa-devel] [PATCH] 286 cache installer questions

Martin Nagy mnagy at redhat.com
Mon Oct 12 06:22:37 UTC 2009


Hi Rob,

On Wed, 2009-10-07 at 10:57 -0400, Rob Crittenden wrote:
> Installing a CA that is signed by another CA is a 2-step process. The 
> first step is to generate a CSR for the CA and the second step is to 
> install the certificate issued by the external CA. To avoid asking 
> questions over and over (and potentially getting different answers) the 
> answers are cached.
> 
> rob

-        try:
-            from ipaserver.install import cainstance
-        except ImportError:
-            print >> sys.stderr, "Import failed: %s" % sys.exc_value
-            sys.exit(1)

What's this? From just a quick look, it seems to me that this will cause
troubles.

Martin




More information about the Freeipa-devel mailing list