summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-05-12 14:08:35 +0200
committerJan Cholasta <jcholast@redhat.com>2015-05-19 12:43:04 +0000
commit99c0b918a7cdf4ea6f24b4cbe687d9cafd21de24 (patch)
tree652ad436c54b5b61d05f72e68551bab2ddb737c2 /install/tools
parent78baeeb77c867d00c9c1ceb41c58512e487abb0c (diff)
downloadfreeipa-99c0b918a7cdf4ea6f24b4cbe687d9cafd21de24.tar.gz
freeipa-99c0b918a7cdf4ea6f24b4cbe687d9cafd21de24.tar.xz
freeipa-99c0b918a7cdf4ea6f24b4cbe687d9cafd21de24.zip
Server Upgrade: ipa-ldap-updater will not do overall upgrade
ipa-ldap-updater is now just util which applies changes specified in update files or schema files. ipa-ldap-updater will not do overall server upgrade anymore, use ipa-server-upgrade instead. https://fedorahosted.org/freeipa/ticket/4904 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'install/tools')
-rw-r--r--install/tools/man/ipa-ldap-updater.110
1 files changed, 2 insertions, 8 deletions
diff --git a/install/tools/man/ipa-ldap-updater.1 b/install/tools/man/ipa-ldap-updater.1
index 6d0feb440..4893802c2 100644
--- a/install/tools/man/ipa-ldap-updater.1
+++ b/install/tools/man/ipa-ldap-updater.1
@@ -21,11 +21,8 @@
ipa\-ldap\-updater \- Update the IPA LDAP configuration
.SH "SYNOPSIS"
ipa\-ldap\-updater [options] input_file(s)
-ipa\-ldap\-updater [options]
.SH "DESCRIPTION"
-ipa\-ldap\-updater is used to apply updates to the IPA LDAP server when the IPA packages are being updated. It is not intended to be executed by end\-users.
-
-When run with no file arguments, ipa\-ldap\-updater will process all files with the extension .update in /usr/share/ipa/updates.
+ipa\-ldap\-updater is utility which can be used to update the IPA LDAP server.
An update file describes an LDAP entry and a set of operations to be performed on that entry. It can be used to add new entries or modify existing entries.
@@ -81,7 +78,7 @@ This keyword is not bounded to DN, and plugin names have to be registered in API
Additionally, ipa-ldap-updater can update the schema based on LDIF files.
Any missing object classes and attribute types are added, and differing ones are updated to match the LDIF file.
-To enable this behavior, use the \-\-schema or \-\-schema-file options.
+To enable this behavior, use the \-\-schema-file options.
Schema files should be in LDIF format, and may only specify attributeTypes and objectClasses attributes of cn=schema.
.SH "OPTIONS"
@@ -92,9 +89,6 @@ Enable debug logging when more verbose output is needed
\fB\-u\fR, \fB\-\-upgrade\fR
Upgrade an installed server in offline mode (implies \-\-schema)
.TP
-\fB\-s\fR, \fB\-\-schema\fR
-Also update the LDAP schema. If no \-\-schema-file is specified, update to the built-in IPA schema.
-.TP
\fB\-S\fR, \fB\-\-schema\-file\fR
Specify a schema file. May be used multiple times. Implies \-\-schema.
.SH "EXIT STATUS"