summaryrefslogtreecommitdiffstats
path: root/install/tools/man
diff options
context:
space:
mode:
authorJR Aquino <jr.aquino@citrix.com>2011-09-20 09:13:42 -0700
committerMartin Kosek <mkosek@redhat.com>2011-09-21 09:22:13 +0200
commit1ac613fc183f03420fa6321e39ad47d15a209e0a (patch)
tree45c5ed3383ddb473f730d769c28d7dd247d601c2 /install/tools/man
parent06ccb38c69112b4f21b85af2e6de91a8e5af5a05 (diff)
downloadfreeipa-1ac613fc183f03420fa6321e39ad47d15a209e0a.tar.gz
freeipa-1ac613fc183f03420fa6321e39ad47d15a209e0a.tar.xz
freeipa-1ac613fc183f03420fa6321e39ad47d15a209e0a.zip
25 Create Tool for Enabling/Disabling Managed Entry Plugins
Remove legacy ipa-host-net-manage Add ipa-managed-entries tool Add man page for ipa-managed-entries tool https://fedorahosted.org/freeipa/ticket/1181
Diffstat (limited to 'install/tools/man')
-rw-r--r--install/tools/man/Makefile.am2
-rw-r--r--install/tools/man/ipa-managed-entries.1 (renamed from install/tools/man/ipa-host-net-manage.1)29
2 files changed, 19 insertions, 12 deletions
diff --git a/install/tools/man/Makefile.am b/install/tools/man/Makefile.am
index d5b5976b0..91aa23ca1 100644
--- a/install/tools/man/Makefile.am
+++ b/install/tools/man/Makefile.am
@@ -18,7 +18,7 @@ man1_MANS = \
ipa-ldap-updater.1 \
ipa-compat-manage.1 \
ipa-nis-manage.1 \
- ipa-host-net-manage.1 \
+ ipa-managed-entries.1 \
ipa-compliance.1
man8_MANS = \
diff --git a/install/tools/man/ipa-host-net-manage.1 b/install/tools/man/ipa-managed-entries.1
index 8b8f0237d..24d8d56c9 100644
--- a/install/tools/man/ipa-host-net-manage.1
+++ b/install/tools/man/ipa-managed-entries.1
@@ -1,5 +1,5 @@
-.\" A man page for ipa-host-net-manage
-.\" Copyright (C) 2010 Red Hat, Inc.
+.\" A man page for ipa-managed-entries
+.\" Copyright (C) 2011 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
@@ -16,29 +16,36 @@
.\"
.\" Author: Jr Aquino <jr.aquino@citrix.com>
.\"
-.TH "ipa-host-net-manage" "1" "Dec 2 2010" "FreeIPA" "FreeIPA Manual Pages"
+.TH "ipa-managed-entries" "1" "Sept 15 2011" "FreeIPA" "FreeIPA Manual
+Pages"
.SH "NAME"
-ipa\-host\-net\-manage \- Enables or disables the schema Managed Entry Hostgroup -to- Netgroup plugin
+ipa\-managed\-entries \- Enables or disables the schema Managed Entry plugins
.SH "SYNOPSIS"
-ipa\-host\-net\-manage [options] <enable|disable|status>
+ipa\-managed\-entries [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 \fBenable\fR option to enable the Managed Entry plugin.
-Run the command with the \fBdisable\fR option to disable the Managed Entry Hostgroup -to- Netgroup plugin.
+Run the command with the \fBdisable\fR option to disable the Managed Entry plugin.
-Run the command with the \fBstatus\fR to determine the current status of the Managed Entry Hostgroup -to- Netgroup plugin.
+Run the command with the \fBstatus\fR to determine the current status of the Managed Entry 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.
+Directory Server will need to be restarted after the Managed Entry 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
+\fB\-e\fR, \fB\-\-entries\fR
+DN for the Managed Entry Definition
+.TP
+\fB\-l\fR, \fB-\-list\fR
+List available Managed Entries
+.TP
+\fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR
+The Directory Manager password to use for authentication
.SH "EXIT STATUS"
0 if the command was successful