Ldapmodify - Red Hat DIRECTORY SERVER 8.1 Command Reference Manual

Hide thumbs Also See for DIRECTORY SERVER 8.1:
Table of Contents

Advertisement

Chapter 6. Command-Line Utilities
Option
Table 6.10. Additional ldapsearch Options

6.5. ldapmodify

ldapmodify makes changes to directory entries via LDAP.
Syntax
Commonly-Used ldapmodify Options
SSL Options
SASL Options
Additional ldapmodify Options
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 ]
Commonly-Used ldapmodify Options
Option
-a
-B
-D
254
Description
"nsroledn userPassword"
Description
Adds 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 directly adding 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"
This option cannot be used with the -N option.

Advertisement

Table of Contents
loading

Table of Contents