summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
diff options
context:
space:
mode:
authorRob Crittenden <rcrit@ipa.greyoak.com>2008-07-24 14:34:43 -0400
committerRob Crittenden <rcrit@ipa.greyoak.com>2008-07-25 09:05:14 -0400
commita19d27717aef5089d35f589be7726e5627d1469b (patch)
treea630a496fe5d2ad81403541b6fdced88b11e3c2b /ipa-server/ipa-install
parent4d88900c223502323d557ff5de8a308206b1443e (diff)
downloadfreeipa-a19d27717aef5089d35f589be7726e5627d1469b.tar.gz
freeipa-a19d27717aef5089d35f589be7726e5627d1469b.tar.xz
freeipa-a19d27717aef5089d35f589be7726e5627d1469b.zip
Move the self-signed CA serialno file to /var/lib/ipa to adhere to the FHS
455064
Diffstat (limited to 'ipa-server/ipa-install')
-rw-r--r--ipa-server/ipa-install/ipa-replica-prepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-install/ipa-replica-prepare b/ipa-server/ipa-install/ipa-replica-prepare
index 8f551ee9b..54dc2f3d9 100644
--- a/ipa-server/ipa-install/ipa-replica-prepare
+++ b/ipa-server/ipa-install/ipa-replica-prepare
@@ -165,7 +165,7 @@ def main():
replica_fqdn = args[1]
- if not ipautil.file_exists("/usr/share/ipa/serial") and not options.dirsrv_pin:
+ if not ipautil.file_exists(certs.CA_SERIALNO) and not options.dirsrv_pin:
sys.exit("The replica must be created on the primary IPA server.\nIf you installed IPA with your own certificates using PKCS#12 files you must provide PKCS#12 files for any replicas you create as well.")
print "Determining current realm name"