Imported Upstream version 4.3.1
This commit is contained in:
12
install/tools/ipa-server-upgrade
Normal file
12
install/tools/ipa-server-upgrade
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/python2
|
||||
#
|
||||
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
||||
#
|
||||
|
||||
# Documentation can be found at:
|
||||
# http://freeipa.org/page/LdapUpdate
|
||||
# http://www.freeipa.org/page/V4/Server_Upgrade_Refactoring
|
||||
|
||||
from ipaserver.install.ipa_server_upgrade import ServerUpgrade
|
||||
|
||||
ServerUpgrade.run_cli()
|
||||
Reference in New Issue
Block a user