From 199358112eb1fe2da61de42c207396646067cb87 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 29 Apr 2015 08:16:17 +0200 Subject: man: Add manpage for ipa-winsync-migrate https://fedorahosted.org/freeipa/ticket/4524 Reviewed-By: Martin Babinsky --- freeipa.spec.in | 1 + install/tools/man/Makefile.am | 1 + install/tools/man/ipa-winsync-migrate.1 | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 install/tools/man/ipa-winsync-migrate.1 diff --git a/freeipa.spec.in b/freeipa.spec.in index cd9995590..52af50dd0 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -860,6 +860,7 @@ fi %{_mandir}/man1/ipa-advise.1.gz %{_mandir}/man1/ipa-otptoken-import.1.gz %{_mandir}/man1/ipa-cacert-manage.1.gz +%{_mandir}/man1/ipa-winsync-migrate.1.gz %files server-trust-ad %{_sbindir}/ipa-adtrust-install diff --git a/install/tools/man/Makefile.am b/install/tools/man/Makefile.am index 6db177619..cb5bb152e 100644 --- a/install/tools/man/Makefile.am +++ b/install/tools/man/Makefile.am @@ -26,6 +26,7 @@ man1_MANS = \ ipa-advise.1 \ ipa-otptoken-import.1 \ ipa-cacert-manage.1 \ + ipa-winsync-migrate.1 \ $(NULL) man8_MANS = \ diff --git a/install/tools/man/ipa-winsync-migrate.1 b/install/tools/man/ipa-winsync-migrate.1 new file mode 100644 index 000000000..a1e01c83d --- /dev/null +++ b/install/tools/man/ipa-winsync-migrate.1 @@ -0,0 +1,27 @@ +.\" A man page for ipa-advise +.\" Copyright (C) 2013 Red Hat, Inc. +.\" +.\" 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 . +.\" +.\" Author: Tomas Babej +.\" +.TH "ipa-advise" "1" "Mar 10 2015" "FreeIPA" "FreeIPA Manual Pages" +.SH "NAME" +ipa\-winsync\-migrate \- Seamless migration of AD users created by winsync to native AD users. +.SH "SYNOPSIS" +ipa\-winsync\-migrate +.SH "DESCRIPTION" +Migrates AD users created by winsync agreement to ID overrides in +the Default Trust View, thus preserving the actual POSIX attributes +already established. -- cgit