URL: https://github.com/freeipa/freeipa/pull/1471
Author: stlaz
 Title: #1471: Add a helpful comment to ca.py:install_check()
Action: opened

PR body:
"""
Such a comment could have saved me ~30 seconds. Hopefully you'll find it 
useful, too.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1471/head:pr1471
git checkout pr1471
From 2f803da2687b44896f49b0588e2d6f360a143f75 Mon Sep 17 00:00:00 2001
From: Stanislav Laznicka <slazn...@redhat.com>
Date: Tue, 16 Jan 2018 09:40:33 +0100
Subject: [PATCH] Add a helpful comment to ca.py:install_check()

---
 ipaserver/install/ca.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipaserver/install/ca.py b/ipaserver/install/ca.py
index 8490175adb..bef0af8972 100644
--- a/ipaserver/install/ca.py
+++ b/ipaserver/install/ca.py
@@ -217,6 +217,7 @@ def install_check(standalone, replica_config, options):
         dsdb = certs.CertDB(
             realm_name, nssdir=dirname, subject_base=options._subject_base)
 
+        # Check that we can add our CA cert to DS and PKI NSS databases
         for db in (cadb, dsdb):
             if not db.exists():
                 continue
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to