Red Hat 8.1 Configuration And Command Reference page 200

Directory server; configuring and managing with command-line utilities
Hide thumbs Also See for 8.1:
Table of Contents

Advertisement

200
Chapter 6. Command-Line Utilities
T able 6.20. General ldappasswd Options
Option
-3
-D
-g
-h
-I
-K
-N
-P
Description
Specifies that hostnames should be checked in SSL
certificates.
Specifies the distinguished name with which to
authenticate to the server. T his value must be a DN
recognized by the Directory Server, and it must also
have the authority to delete the entries. For
example:
-D "uid=bjensen, dc=example,dc=com"
T he -D option cannot be used with the -N option.
For more information on access control, see the
"Managing Access Control" chapter in the Directory
Server Administrator's Guide.
Specifies that the password policy request control
not be sent with the bind request. By default, the
new LDAP password policy request control is sent
with bind requests.
T he ldappasswd tool can parse and display
information from the response control if it is
returned by a server; that is, the tool will print an
appropriate error or warning message when a
server sends the password policy response control
with the appropriate value.
T he criticality of the request control is set to false
to ensure that all LDAPv3 servers that do not
understand the control can ignore it. T o suppress
sending of the request control with the bind
request, include -g on the command-line.
Specifies the name of the host on which the server
is running. For example:
-h cyclops
T he default is localhost.
Specifies the SSL key password file that contains
the token:password pair.
Specifies the path, including the filename, of the
private key database of the client. T his can be the
absolute or relative (to the server root) path.
T he -K option must be used when the key
database is not called key3.db or when the key
database is not in the same directory as the
certificate database (that is, the cert8.db file, the
path for which is specified with the -P option).
Specifies the certificate name to use for certificate-
based client authentication. For example:
-N Server-Cert
If this option is specified, then the -Z and -W
options are required.
If this option is specified, then the -D and -w
options must not be specified, or certificate-based
authentication will not occur, and the bind operation
will use the authentication credentials specified by -
D and -w.
Specifies the absolute path, including the filename,
of the certificate database of the client. T his option
is used only with the -Z option.
When used on a machine where an SSL-enabled
web browser is configured, the path specified on
this option can be that of the certificate database

Advertisement

Table of Contents
loading

Table of Contents