summaryrefslogtreecommitdiffstats
path: root/install/tools/man
diff options
context:
space:
mode:
authorJr Aquino <jr.aquino@citrix.com>2010-12-10 15:21:39 -0800
committerRob Crittenden <rcritten@redhat.com>2010-12-13 17:56:12 -0500
commit13139f2fd638d23739d294cb2f5b3b94569c2316 (patch)
treee69d9059f9af812d6545e25edb43f48fe6ba0916 /install/tools/man
parent2884bce2768a7c2f153f1e556de3862e4ec36b81 (diff)
downloadfreeipa-13139f2fd638d23739d294cb2f5b3b94569c2316.tar.gz
freeipa-13139f2fd638d23739d294cb2f5b3b94569c2316.tar.xz
freeipa-13139f2fd638d23739d294cb2f5b3b94569c2316.zip
managed entry hostgroup netgroup support https://fedorahosted.org/freeipa/ticket/543
Diffstat (limited to 'install/tools/man')
-rw-r--r--install/tools/man/Makefile.am3
-rw-r--r--install/tools/man/ipa-host-net-manage.147
2 files changed, 49 insertions, 1 deletions
diff --git a/install/tools/man/Makefile.am b/install/tools/man/Makefile.am
index bcbea81a..eae5c606 100644
--- a/install/tools/man/Makefile.am
+++ b/install/tools/man/Makefile.am
@@ -12,7 +12,8 @@ man1_MANS = \
ipa-server-install.1 \
ipa-ldap-updater.1 \
ipa-compat-manage.1 \
- ipa-nis-manage.1
+ ipa-nis-manage.1 \
+ ipa-host-net-manage.1
man8_MANS = \
ipactl.8 \
diff --git a/install/tools/man/ipa-host-net-manage.1 b/install/tools/man/ipa-host-net-manage.1
new file mode 100644
index 00000000..1b332e6f
--- /dev/null
+++ b/install/tools/man/ipa-host-net-manage.1
@@ -0,0 +1,47 @@
+.\" A man page for ipa-host-net-manage
+.\" Copyright (C) 2010 Red Hat, Inc.
+.\"
+.\" This is free software; you can redistribute it and/or modify it under
+.\" the terms of the GNU Library General Public License as published by
+.\" the Free Software Foundation; version 2 only
+.\"
+.\" 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 Library General Public
+.\" License along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+.\"
+.\" Author: Jr Aquino <jr.aquino@citrix.com>
+.\"
+.TH "ipa-host-net-manage" "1" "Dec 2 2010" "freeipa" ""
+.SH "NAME"
+ipa\-host\-net\-manage \- Enables or disables the schema Managed Entry Hostgroup -to- Netgroup plugin
+.SH "SYNOPSIS"
+ipa\-host\-net\-manage [options] <enable|disable|status>
+.SH "DESCRIPTION"
+Run the command with the \fBenable\fR option to enable the Managed Entry Hostgroup -to- Netgroup plugin.
+
+Run the command with the \fBdisable\fR option to disable the Managed Entry Hostgroup -to- Netgroup plugin.
+
+Run the command with the \fBstatus\fR to determine the current status of the Managed Entry Hostgroup -to- Netgroup plugin.
+
+In all cases the user will be prompted to provide the Directory Manager's password unless option \fB\-y\fR is used.
+
+Directory Server will need to be restarted after the schema compatibility plugin has been enabled.
+
+.SH "OPTIONS"
+.TP
+\fB\-d\fR, \fB\-\-debug\fR
+Enable debug logging when more verbose output is needed
+.TP
+\fB\-y\fR \fIfile\fR
+File containing the Directory Manager password
+.SH "EXIT STATUS"
+0 if the command was successful
+
+1 if an error occurred
+
+2 if the plugin is already in the required status (enabled or disabled)