Core Server Configuration Attributes Reference
80 Red Hat Directory Server Configuration, Command, and File Reference • May 2005
nsslapd-securelistenhost
Allows multiple Directory Server instances to run, using secure SSL/TLS
connections, on a multihomed machine or makes it possible to limit listening to
one interface of a multihomed machine. Provide the hostname that corresponds to
the IP interface you want to specify as a value for this attribute. Directory Server
will only respond to requests sent to the interface that corresponds to the
hostname provided on this attribute.
nsslapd-securePort (Encrypted Port Number)
TCP/IP port number used for SSL/TLS communications. This selected port must
be unique on the host system; make sure no other application is attempting to use
the same port number. Specifying a port number of less than
1024
requires that
Directory Server runs as
root
.
The default value
636
is only used if the server has been configured with a private
key and a certificate; otherwise, it does not listen on this port.
nsslapd-security (Security)
Specifies whether the Directory Server is to accept SSL/TLS communications on
its encrypted port. This attribute should be set to
on
if you want secure
connections.
Entry DN: cn=config
Valid Values: Any secure hostname.
Default Value: N/A
Syntax: DirectoryString
Example: nsslapd-securelistenhost: secure_host_name
Entry DN: cn=config
Valid Range: 1 to 65535
Default Value: 636
Syntax: Integer
Example: nsslapd-securePort: 636