diff options
author | Tomas Babej <tbabej@redhat.com> | 2015-04-29 08:16:17 +0200 |
---|---|---|
committer | Tomas Babej <tbabej@redhat.com> | 2015-07-02 13:23:21 +0200 |
commit | 199358112eb1fe2da61de42c207396646067cb87 (patch) | |
tree | d7b0cb78c5541bb401d73449dda63b970a0e66dd /install | |
parent | 646253044028b86291430680981a40bef2bff1e6 (diff) | |
download | freeipa-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>
Diffstat (limited to 'install')
-rw-r--r-- | install/tools/man/Makefile.am | 1 | ||||
-rw-r--r-- | install/tools/man/ipa-winsync-migrate.1 | 27 |
2 files changed, 28 insertions, 0 deletions
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. |