Commit dc855d85 authored by Alex Mateescu's avatar Alex Mateescu Committed by alexm

OF-704 Updated documentation

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13755 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4755fbec
......@@ -154,6 +154,11 @@ servers, some of which are detailed below:
To specify many LDAP servers use the comma or the white space character as delimiter.</li>
<li>ldap.port -- LDAP server port number. If this property is not set, the default value is
389.</li>
<li>ldap.connectionTimeout -- The value of this property is the string representation of an integer
representing the connection timeout in milliseconds. If the LDAP provider doesn't
connect within the specified period, it aborts the connection attempt. The integer should
be greater than zero. An integer less than or equal to zero means no connection timeout is specified in which
case the default 10 seconds timeout is used. <i>Does not apply to SSL connections.</i></li>
<li>ldap.readTimeout -- The value of this property is the string representation of an integer
representing the read timeout in milliseconds for LDAP operations. If the LDAP provider doesn't
get an LDAP response within the specified period, it aborts the read attempt. The integer should
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment