Commit b84e06fe authored by Matt Tucker's avatar Matt Tucker Committed by matt

Added searchFields note.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3415 b35dd754-fafc-0310-a699-88a17e54d16e
parent ee4c3753
......@@ -157,6 +157,13 @@
<li>ldap.groupSearchFilter -- the search filter that should be used when loading groups. If this
property is not set,
the default value is <tt>("ldap.groupNameField"={0})</tt></li>
<li>ldap.searchFields -- the LDAP fields that will be used for user searches. If
this property is not set, the username, name, and email fields will be searched. An example
value for this field is "Username/uid,Name/cname". That searches the uid and cname fields
in the directory and labels them as "Username" and "Name" in the search UI. You can add
as many fields as you'd like using comma-delimited "DisplayName/Field" pairs. You should
ensure that any fields used for searching are properly indexed so that searches return
quickly.<li>
</ul>
<p>
......
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