X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fldap.conf.5;h=33bd1b9b54b35018611fe2ed78b21b92c53e3c0c;hb=3164c73276a9d4af56c81f315199acecbb207217;hp=62229d6840b0c3acc22ff5a32f86001b3ae16fd6;hpb=caac58806a1d9d9b6e30981d0e1e018c1ff42024;p=openldap diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index 62229d6840..33bd1b9b54 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -118,6 +118,28 @@ Specifies the default bind DN to use when performing ldap operations. The bind DN must be specified as a Distinguished Name in LDAP format. .B This is a user\-only option. .TP +.B DEREF +Specifies how alias dereferencing is done when performing a search. The +.B +can be specified as one of the following keywords: +.RS +.TP +.B never +Aliases are never dereferenced. This is the default. +.TP +.B searching +Aliases are dereferenced in subordinates of the base object, but +not in locating the base object of the search. +.TP +.B finding +Aliases are only dereferenced when locating the base object of the search. +.TP +.B always +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 @@ -129,6 +151,10 @@ list of hosts may be provided. is deprecated in favor of .BR URI . .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. +.TP .B PORT Specifies the default port used when connecting to LDAP servers(s). The port may be specified as a number. @@ -143,6 +169,10 @@ The default is on. Note that the command line tools .BR ldapsearch (1) &co always override this option. +.\" This should only be allowed via ldap_set_option(3) +.\".TP +.\".B RESTART +.\"Determines whether the library should implicitly restart connections (FIXME). .TP .B SIZELIMIT Specifies a size limit to use when performing searches. The @@ -153,37 +183,11 @@ specifies unlimited search size. Specifies a time limit to use when performing searches. The number should be a non-negative integer. \fITIMELIMIT\fP of zero (0) specifies unlimited search time to be used. -.TP -.B DEREF -Specifies how alias dereferencing is done when performing a search. The -.B -can be specified as one of the following keywords: -.RS -.TP -.B never -Aliases are never dereferenced. This is the default. -.TP -.B searching -Aliases are dereferenced in subordinates of the base object, but -not in locating the base object of the search. -.TP -.B finding -Aliases are only dereferenced when locating the base object of the search. -.TP -.B always -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 Specifies a generic timeout (in seconds). Currently ignored. -.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. .SH SASL OPTIONS If OpenLDAP is built with Simple Authentication and Security Layer support, there are more options you can specify.