]> git.sur5r.net Git - openldap/commitdiff
document VERSION, TIMEOUT and NETWORK_TIMEOUT options
authorPierangelo Masarati <ando@openldap.org>
Tue, 26 Sep 2006 02:54:34 +0000 (02:54 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 26 Sep 2006 02:54:34 +0000 (02:54 +0000)
doc/man/man5/ldap.conf.5

index 4137200d402b7e5e2c32d1dae0d2e9e95719a17d..344e9726c89d543130e9e8985bc9340c5996d711 100644 (file)
@@ -159,6 +159,16 @@ Aliases are only dereferenced when locating the base object of the search.
 Aliases are dereferenced both in searching and in locating the base object
 of the search.
 .RE
+.TP
+.B VERSION {2|3}
+Specifies what version of the LDAP protocol should be used.
+.TP
+.B TIMEOUT <integer>
+Specifies a generic timeout (in seconds).  Currently ignored.
+.TP
+.B NETWORK_TIMEOUT <integer>
+Specifies the timeout (in seconds) after which the poll(2)/select(2)
+following a connect(2) returns in case of no activity.
 .SH SASL OPTIONS
 If OpenLDAP is built with Simple Authentication and Security Layer support,
 there are more options you can specify.