mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
3942696606
https://fedorahosted.org/freeipa/ticket/4904 Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: David Kupka <dkupka@redhat.com>
13 lines
318 B
Python
13 lines
318 B
Python
#!/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()
|