From: Kurt Zeilenga Date: Mon, 24 Mar 2003 04:06:07 +0000 (+0000) Subject: doc updates X-Git-Tag: OPENLDAP_REL_ENG_2_1_17~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d07cd1bf01118708d64876d20b6b4cdcd891176;p=thirdparty%2Fopenldap.git doc updates --- diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index 20f07f291a..6194db5b58 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -69,6 +69,59 @@ list of hosts may be provided. .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. +.TP +.B SIZELIMIT +Specifies a size limit to use when performing searches. The +number should be a non-negative integer. \fISIZELIMIT\fP of zero (0) +specifies unlimited search size. +.TP +.B TIMELIMIT +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 +.SH SASL OPTIONS +If OpenLDAP is built with Simple Authentication and Security Layer support, +there are more options you can specify. +.TP +.B SASL_MECH +Specifies the SASL mechanism to use. +This is a user\-only option. +.TP +.B SASL_REALM +Specifies the SASL realm. +This is a user\-only option. +.TP +.B SASL_AUTHCID +Specifies the authentication identity. +This is a user\-only option. +.TP +.B SASL_AUTHZID +Specifies the proxy authorization identity. +This is a user\-only option. .TP .B SASL_SECPROPS Specifies Cyrus SASL security properties. The @@ -223,6 +276,7 @@ the session is immediately terminated. These keywords are equivalent. The server certificate is requested. If no certificate is provided, or a bad certificate is provided, the session is immediately terminated. This is the default setting. +.RE .SH "ENVIRONMENT VARIABLES" .TP LDAPNOINIT diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index e8d30d79fb..a96cb1cb08 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -647,7 +647,7 @@ The .B nodict flag disables mechanisms susceptible to passive dictionary attacks. The -.B noanonyous +.B noanonymous flag disables mechanisms which support anonymous login. The .B forwardsec