Ldapmodify; Syntax; Ldapmodify Options; Commonly Used Ldapmodify Options - Red Hat DIRECTORY SERVER 7.1 Configuration

Configuration, command, and file reference
Hide thumbs Also See for DIRECTORY SERVER 7.1:
Table of Contents

Advertisement

ldapmodify

ldapmodify

Syntax

ldapmodify [optional_options]
ldapmodify -D binddn [-w passwd] [-acmnrvFR] [-d debug_level] [-h host] [-p
port] [-M auth_mechanism] [-Z/ZZ/ZZZ] [-V version] [ -f file | [-l
number_of_ldap_connections] [entryfile]

ldapmodify Options

The following three sections list the options that can be specified with
The first section lists those options most commonly used, the second section lists
SSL options, and the third lists less common options.

Commonly Used ldapmodify Options

To modify an entry or entries in an existing directory, use the
command-line utility with the following options.
Option
-a
-B
-D
-f
enables you to make changes to directory entries via LDAP.
Description
Allows you to add LDIF entries to the directory without requiring the
changetype:add LDIF update statement. This provides a simplified method
of adding entries to the directory. This option also allows you to add directly a
file created by ldapmodify.
Specifies the suffix under which the new entries will be added.
Specifies the distinguished name with which to authenticate to the server. The
value must be a DN recognized by the Directory Server, and it must also have
the authority to modify the entries. For example, -D "uid=bjensen,
dc=example,dc=com". You cannot use this option with the -N option.
Optional option that specifies the file containing the LDIF update statements
used to define the directory modifications. For example, -f
modify_statements. If you do not supply this option, the update
statements are read from stdin. For information on supplying LDIF update
statements from the command-line, see chapter 2, "Creating Directory
Entries," in the Red Hat Directory Server Administrator's Guide.
ldapmodify
ldapmodify
Chapter 7
Command-Line Utilities
ldapmodify
.
243

Advertisement

Table of Contents
loading

Table of Contents