]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/ldap.conf.5
Delta-syncrepl doc updates
[openldap] / doc / man / man5 / ldap.conf.5
index a2a3141494dbc78b0fd2d749e16fe5d8a1a062e8..af22fc7ff72237f27d68b738c360a54f33b96317 100644 (file)
@@ -55,7 +55,8 @@ The different configuration options are:
 Specifies the URI(s) of an LDAP server(s) to which the
 .I LDAP 
 library should connect.  The URI scheme may be either
-.BR ldap or
+.B ldap
+or
 .B ldaps 
 which refer to LDAP over TCP and LDAP over SSL (TLS) respectively.
 Each server's name can be specified as a
@@ -92,6 +93,14 @@ The port may be specified as a number.
 is deprecated in favor of
 .BR URI.
 .TP
+.B REFERRALS <on/true/yes/off/false/no>
+Specifies if the client should automatically follow referrals returned
+by LDAP servers.
+The default is on.
+Note that the command line tools
+.BR ldapsearch (1)
+&co always override this option.
+.TP
 .B SIZELIMIT <integer>
 Specifies a size limit to use when performing searches.  The
 number should be a non-negative integer.  \fISIZELIMIT\fP of zero (0)
@@ -260,7 +269,7 @@ is immediately terminated. This is the default setting.
 .TP
 .B TLS_CRLCHECK <level>
 Specifies if the Certificate Revocation List (CRL) of the CA should be 
-used to verify if the server certicates have not been revoked. This
+used to verify if the server certificates have not been revoked. This
 requires
 .B TLS_CACERTDIR
 parameter to be set.
@@ -301,7 +310,9 @@ user ldap configuration file
 .I  $CWD/ldaprc
 local ldap configuration file
 .SH "SEE ALSO"
-.BR ldap (3)
+.BR ldap (3),
+.BR openssl (1),
+.BR sasl (3)
 .SH AUTHOR
 Kurt Zeilenga, The OpenLDAP Project
 .SH ACKNOWLEDGEMENTS