summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2015-04-29 08:16:17 +0200
committerTomas Babej <tbabej@redhat.com>2015-07-02 13:23:21 +0200
commit199358112eb1fe2da61de42c207396646067cb87 (patch)
treed7b0cb78c5541bb401d73449dda63b970a0e66dd
parent646253044028b86291430680981a40bef2bff1e6 (diff)
downloadfreeipa-199358112eb1fe2da61de42c207396646067cb87.tar.gz
freeipa-199358112eb1fe2da61de42c207396646067cb87.tar.xz
freeipa-199358112eb1fe2da61de42c207396646067cb87.zip
man: Add manpage for ipa-winsync-migrate
https://fedorahosted.org/freeipa/ticket/4524 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
-rw-r--r--freeipa.spec.in1
-rw-r--r--install/tools/man/Makefile.am1
-rw-r--r--install/tools/man/ipa-winsync-migrate.127
3 files changed, 29 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+.\"
+.\" Author: Tomas Babej <tbabej@redhat.com>
+.\"
+.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.