From: Bjarni Ingi Gislason Date: Fri, 28 Jun 2024 17:23:05 +0000 (+0000) Subject: ITS#10226 - Fix ldap.conf(5) formatting issues X-Git-Tag: OPENLDAP_REL_ENG_2_5_20~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411cc2c97b621ca3cdc377928b0a5a0bad889393;p=thirdparty%2Fopenldap.git ITS#10226 - Fix ldap.conf(5) formatting issues --- diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index 9dff819bbd..32baae7b8e 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -159,7 +159,6 @@ Aliases are dereferenced both in searching and in locating the base object of the search. .RE .TP -.TP .B HOST Specifies the name(s) of an LDAP server(s) to which the .I LDAP @@ -184,15 +183,18 @@ Sets/gets the interval in seconds between individual keepalive probes. Linux only. .TP .B NETWORK_TIMEOUT -Specifies the timeout (in seconds) after which the poll(2)/select(2) -following a connect(2) returns in case of no activity. +Specifies the timeout (in seconds) after which the +.BR poll (2)/ select (2) +following a +.BR connect (2) +returns in case of no activity. .TP .B PORT Specifies the default port used when connecting to LDAP servers(s). The port may be specified as a number. .B PORT is deprecated in favor of -.BR URI. +.BR URI . .TP .B REFERRALS Specifies if the client should automatically follow referrals returned @@ -295,7 +297,7 @@ as an integer (see description). The default is .BR INT_MAX . .TP -.B maxbufsize= +.B maxbufsize= specifies the maximum security layer receive buffer size allowed. 0 disables security layers. The default is 65536. .RE @@ -337,7 +339,7 @@ Specifies the path of a directory that contains Certificate Authority certificates in separate individual files. The .B TLS_CACERT is always used before -.B TLS_CACERTDIR. +.BR TLS_CACERTDIR . .TP .B TLS_CERT Specifies the file that contains the client certificate.