Commit 821fe9b9 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Added sub-tree search property to list.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6449 b35dd754-fafc-0310-a699-88a17e54d16e
parent facac869
......@@ -163,6 +163,11 @@
installation is "(objectClass=organizationalPerson)". When combined with the default
filter, the actual search executed would be
"(&(sAMAccountName={0})(objectClass=organizationalPerson))".</li>
<li>ldap.subTreeSearch -- by default, Wildfire will search the entire LDAP sub-tree (starting
at the base DN) when trying to load users. If this property is set to <tt>false</tt>, then
sub-tree searching is disabled and users will only be loaded directly from the base DN.
Disabling sub-tree can improve performance, but it will fail to find users if your directory
is setup to use sub-folders under the base DN.</li>
<br><br>
<b>Group Settings</b><br><br>
......
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