Ldapmodify; Syntax - Netscape DIRECTORY SERVER 6.02 Configuration Manual

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

Advertisement

-o
-R
-S
-T
-t
-u
-v
-V
-y

ldapmodify

ldapmodify

Syntax

ldapmodify [ optional_options ]
Specifies that the output for individual values be formatted without line
breaks and that equal signs "=" be used to separate attribute names from
values. This argument produces output in a non-LDIF format.
Specifies that referrals are not to be followed automatically. By default,
referrals are followed automatically.
Specifies the attribute to use as the sort criteria. For example, -S sn. You can
use multiple -S arguments if you want to further define the sort order. In the
following example, the search results will be sorted first by surname and then
by given name:
-S sn -S givenname
The default is not to sort the returned entries.
Specifies that no line breaks should be used within individual values in the
search results.
Specifies that the results be written to a set of temporary files. When you use
this option, each attribute value is placed in a separate file within the system
temporary directory. No base64 encoding is performed on the values,
regardless of the content.
Specifies that the user-friendly form of the distinguished name be used in the
output.
Specifies that the utility is to run in verbose mode.
Specifies the LDAP version number to be used on the search. For example, -V
2. LDAP v3 is the default. You cannot perform an LDAP v3 search against a
Directory Server that only supports LDAP v2. Only use LDAP v2 when
connecting to LDAP v2 servers, such as Directory Server 1.x.
Specifies the proxy DN to use for the search. This argument is provided for
testing purposes. For more information about proxied authorization, see
Chapter 6, "Managing Access Control" in the Netscape Directory Server
Administrator's Guide.
enables you to make changes to directory entries via LDAP.
Chapter 7
Command-Line Utilities
ldapmodify
213

Advertisement

Table of Contents
loading

Table of Contents