Run updates on the replica too, otherwise changes to cn=config will be missing.

This commit is contained in:
Simo Sorce 2008-12-01 15:33:15 -05:00
parent 3a263e9466
commit 78166d949c

View File

@ -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")