diff options
author | Simo Sorce <ssorce@redhat.com> | 2008-12-01 15:33:15 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2008-12-01 17:19:10 -0500 |
commit | 78166d949c03f6dac47e00b5ed0efeeab26f391a (patch) | |
tree | d12bd908d0c0795a624ca81d7371979c3923b104 /ipa-server | |
parent | 3a263e94667c7acf41df24c042946307d976ee4e (diff) | |
download | freeipa.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-install | 4 |
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") |