summaryrefslogtreecommitdiffstats
path: root/ipa-server
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-12-01 15:33:15 -0500
committerSimo Sorce <ssorce@redhat.com>2008-12-01 17:19:10 -0500
commit78166d949c03f6dac47e00b5ed0efeeab26f391a (patch)
treed12bd908d0c0795a624ca81d7371979c3923b104 /ipa-server
parent3a263e94667c7acf41df24c042946307d976ee4e (diff)
downloadfreeipa.git-78166d949c03f6dac47e00b5ed0efeeab26f391a.tar.gz
freeipa.git-78166d949c03f6dac47e00b5ed0efeeab26f391a.tar.xz
freeipa.git-78166d949c03f6dac47e00b5ed0efeeab26f391a.zip
Run updates on the replica too, otherwise changes to cn=config will be missing.
Diffstat (limited to 'ipa-server')
-rw-r--r--ipa-server/ipa-install/ipa-replica-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipa-server/ipa-install/ipa-replica-install b/ipa-server/ipa-install/ipa-replica-install
index ce598853..c2704be0 100644
--- a/ipa-server/ipa-install/ipa-replica-install
+++ b/ipa-server/ipa-install/ipa-replica-install
@@ -270,6 +270,10 @@ def main():
webgui = httpinstance.WebGuiInstance()
webgui.create_instance()
+ # Apply any LDAP updates. Needs to be done after the replica is synced-up
+ service.print_msg("Applying LDAP updates")
+ ds.apply_updates()
+
service.restart("dirsrv")
service.restart("krb5kdc")