diff --git a/doc/man/man5/lloadd.conf.5 b/doc/man/man5/lloadd.conf.5 index 5a9d06c07e..c2170ed035 100644 --- a/doc/man/man5/lloadd.conf.5 +++ b/doc/man/man5/lloadd.conf.5 @@ -689,7 +689,16 @@ option. The authentication configuration is shared between them. .B [secprops=] .B [timeout=] .B [network\-timeout=] +.B [keepalive=::] .B [tcp\-user\-timeout=] +.B [tls_cert=] +.B [tls_key=] +.B [tls_cacert=] +.B [tls_cacertdir=] +.B [tls_reqcert=never|allow|try|demand] +.B [tls_cipher_suite=] +.B [tls_crlcheck=none|peer|all] +.B [tls_protocol_min=[.]] Specifies the bind credentials .B lloadd @@ -748,6 +757,23 @@ Bind request to complete. Timeout set to 0 means no timeout is in effect and by default, no timeouts are in effect. +The +.B keepalive +parameter sets the values of \fIidle\fP, \fIprobes\fP, and \fIinterval\fP +used to check whether a socket is alive; +.I idle +is the number of seconds a connection needs to remain idle before TCP +starts sending keepalive probes; +.I probes +is the maximum number of keepalive probes TCP should send before dropping +the connection; +.I interval +is interval in seconds between individual keepalive probes. +Only some systems support the customization of these values; +the +.B keepalive +parameter is ignored otherwise, and system-wide settings are used. + The .B tcp\-user\-timeout parameter, if non-zero, corresponds to the @@ -806,16 +832,7 @@ a backend is selected. .B backend-server .B uri=ldap[s]://[:port] .B [retry=] -.B [keepalive=::] .B [starttls=yes|critical] -.B [tls_cert=] -.B [tls_key=] -.B [tls_cacert=] -.B [tls_cacertdir=] -.B [tls_reqcert=never|allow|try|demand] -.B [tls_cipher_suite=] -.B [tls_crlcheck=none|peer|all] -.B [tls_protocol_min=[.]] .B [numconns=] .B [bindconns=] .B [max-pending-ops=] @@ -859,23 +876,6 @@ connections, .BR 0 , the default, means no limit will be imposed for this backend. -The -.B keepalive -parameter sets the values of \fIidle\fP, \fIprobes\fP, and \fIinterval\fP -used to check whether a socket is alive; -.I idle -is the number of seconds a connection needs to remain idle before TCP -starts sending keepalive probes; -.I probes -is the maximum number of keepalive probes TCP should send before dropping -the connection; -.I interval -is interval in seconds between individual keepalive probes. -Only some systems support the customization of these values; -the -.B keepalive -parameter is ignored otherwise, and system-wide settings are used. - The .B starttls parameter specifies use of the StartTLS extended operation