summaryrefslogtreecommitdiffstats
path: root/install/tools/man/ipa-compat-manage.1
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-08-11 15:26:37 -0400
committerRob Crittenden <rcritten@redhat.com>2010-08-19 10:50:07 -0400
commite466bed5453302ca41e6ab7e85fddbdd35548d2a (patch)
tree9c0065938b44951bcfd6f9e7eddf4ceea332b262 /install/tools/man/ipa-compat-manage.1
parente225ad4341b8f91b0aa3d4be3f93b9082716828e (diff)
downloadfreeipa-e466bed5453302ca41e6ab7e85fddbdd35548d2a.tar.gz
freeipa-e466bed5453302ca41e6ab7e85fddbdd35548d2a.tar.xz
freeipa-e466bed5453302ca41e6ab7e85fddbdd35548d2a.zip
Enable compat plugin by default and configure netgroups
Move the netgroup compat configuration from the nis configuration to the existing compat configuration. Add a 'status' option to the ipa-copmat-manage tool. ticket 91
Diffstat (limited to 'install/tools/man/ipa-compat-manage.1')
-rw-r--r--install/tools/man/ipa-compat-manage.16
1 files changed, 4 insertions, 2 deletions
diff --git a/install/tools/man/ipa-compat-manage.1 b/install/tools/man/ipa-compat-manage.1
index 767384a42..5d36b4ecc 100644
--- a/install/tools/man/ipa-compat-manage.1
+++ b/install/tools/man/ipa-compat-manage.1
@@ -20,13 +20,15 @@
.SH "NAME"
ipa\-compat\-manage \- Enables or disables the schema compatibility plugin
.SH "SYNOPSIS"
-ipa\-compat\-manage [options] <enable|disable>
+ipa\-compat\-manage [options] <enable|disable|status>
.SH "DESCRIPTION"
Run the command with the \fBenable\fR option to enable the compat plugin.
Run the command with the \fBdisable\fR option to disable the compat plugin.
-In both cases the user will be prompted to provide the Directory Manager's password unless option \fB\-y\fR is used.
+Run the command with the \fBstatus\fR to determine the current status of the compat 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.