ITS#10226 - Fix ldap.conf(5) formatting issues

This commit is contained in:
Bjarni Ingi Gislason 2024-06-28 17:23:05 +00:00 committed by Quanah Gibson-Mount
parent 64021967b5
commit 6d41e5fef0

View File

@ -159,7 +159,6 @@ Aliases are dereferenced both in searching and in locating the base object
of the search. of the search.
.RE .RE
.TP .TP
.TP
.B HOST <name[:port] ...> .B HOST <name[:port] ...>
Specifies the name(s) of an LDAP server(s) to which the Specifies the name(s) of an LDAP server(s) to which the
.I LDAP .I LDAP
@ -184,15 +183,18 @@ Sets/gets the interval in seconds between individual keepalive probes.
Linux only. Linux only.
.TP .TP
.B NETWORK_TIMEOUT <integer> .B NETWORK_TIMEOUT <integer>
Specifies the timeout (in seconds) after which the poll(2)/select(2) Specifies the timeout (in seconds) after which the
following a connect(2) returns in case of no activity. .BR poll (2)/ select (2)
following a
.BR connect (2)
returns in case of no activity.
.TP .TP
.B PORT <port> .B PORT <port>
Specifies the default port used when connecting to LDAP servers(s). Specifies the default port used when connecting to LDAP servers(s).
The port may be specified as a number. The port may be specified as a number.
.B PORT .B PORT
is deprecated in favor of is deprecated in favor of
.BR URI. .BR URI .
.TP .TP
.B REFERRALS <on/true/yes/off/false/no> .B REFERRALS <on/true/yes/off/false/no>
Specifies if the client should automatically follow referrals returned Specifies if the client should automatically follow referrals returned
@ -295,7 +297,7 @@ as an integer (see
description). The default is description). The default is
.BR INT_MAX . .BR INT_MAX .
.TP .TP
.B maxbufsize=<factor> .B maxbufsize=<factor>
specifies the maximum security layer receive buffer specifies the maximum security layer receive buffer
size allowed. 0 disables security layers. The default is 65536. size allowed. 0 disables security layers. The default is 65536.
.RE .RE
@ -338,7 +340,7 @@ certificates in separate individual files. Multiple directories may
be specified, separated by a semi-colon. The be specified, separated by a semi-colon. The
.B TLS_CACERT .B TLS_CACERT
is always used before is always used before
.B TLS_CACERTDIR. .BR TLS_CACERTDIR .
.TP .TP
.B TLS_CERT <filename> .B TLS_CERT <filename>
Specifies the file that contains the client certificate. Specifies the file that contains the client certificate.