diff options
author | Simo Sorce <ssorce@redhat.com> | 2011-01-21 14:32:55 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-01-25 11:10:27 -0500 |
commit | 5bc7e5a9c790c80f73b82f8ef175799b3c84eaaa (patch) | |
tree | dfed0a5d4e97f3fa07732b19ac7348162add12d3 /install/tools | |
parent | 82b4d5d6e8fba52c63831c6aec6b08e604082132 (diff) | |
download | freeipa-5bc7e5a9c790c80f73b82f8ef175799b3c84eaaa.tar.gz freeipa-5bc7e5a9c790c80f73b82f8ef175799b3c84eaaa.tar.xz freeipa-5bc7e5a9c790c80f73b82f8ef175799b3c84eaaa.zip |
Populate shared tree with replica related values
Fixes: https://fedorahosted.org/freeipa/ticket/820
Diffstat (limited to 'install/tools')
-rwxr-xr-x | install/tools/ipa-replica-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install index 3c912a75..69c0e7ea 100755 --- a/install/tools/ipa-replica-install +++ b/install/tools/ipa-replica-install @@ -445,6 +445,7 @@ def main(): print "ipa-client-install returned: " + str(e) raise RuntimeError("Failed to configure the client") + ds.replica_populate() ds.init_memberof() try: |