From 0cb87fc31ae5babb9331ed81d8d743bcc5bb1c92 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 29 Apr 2015 08:15:50 +0200 Subject: winsync-migrate: Add initial plumbing https://fedorahosted.org/freeipa/ticket/4524 Reviewed-By: Martin Babinsky --- install/tools/ipa-winsync-migrate | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 install/tools/ipa-winsync-migrate (limited to 'install/tools') diff --git a/install/tools/ipa-winsync-migrate b/install/tools/ipa-winsync-migrate new file mode 100755 index 000000000..9eb9a03eb --- /dev/null +++ b/install/tools/ipa-winsync-migrate @@ -0,0 +1,23 @@ +#! /usr/bin/python2 -E +# Authors: Tomas Babej +# +# Copyright (C) 2015 Red Hat +# see file 'COPYING' for use and warranty information +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + +from ipaserver.winsync_migrate.base import MigrateWinsync + +MigrateWinsync.run_cli() -- cgit