Commit 8591b086 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Include info about default settings for Active Directory users.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3713 b35dd754-fafc-0310-a699-88a17e54d16e
parent cbe7981a
...@@ -112,14 +112,14 @@ ...@@ -112,14 +112,14 @@
</li> </li>
<li>ldap.adminPassword -- the password for the directory administrator.</li> <li>ldap.adminPassword -- the password for the directory administrator.</li>
<li>ldap.usernameField -- the field name that the username lookups will be performed on. If <li>ldap.usernameField -- the field name that the username lookups will be performed on. If
this property is not set, this property is not set, the default value is <tt>uid</tt>. Active Directory users
the default value is <tt>uid</tt></li> should try the default value <tt>sAMAccountName</tt>.</li>
<li>ldap.nameField -- the field name that holds the user's name. If this property is not <li>ldap.nameField -- the field name that holds the user's name. If this property is not
set, the default value is set, the default value is <tt>cn</tt>. Active Directory users should use the default value
<tt>cn</tt></li> <tt>displayName</tt>.</li>
<li>ldap.emailField -- the field name that holds the user's email address. If this property <li>ldap.emailField -- the field name that holds the user's email address. If this property
is not set, is not set, the default value is <tt>mail</tt>. Active Directory users should use the
the default value is <tt>mail</tt>.</li> the default value <tt>mail</tt>.</li>
<li>ldap.searchFields -- the LDAP fields that will be used for user searches. If <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 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 value for this field is "Username/uid,Name/cname". That searches the uid and cname fields
......
...@@ -52,6 +52,8 @@ ...@@ -52,6 +52,8 @@
--> -->
<!-- Example LDAP settings --> <!-- Example LDAP settings -->
<!-- Note, for Active Directory, try usernameField=sAMAccountName, nameField=displayName,
emailField=mail -->
<!-- <!--
<ldap> <ldap>
<host></host> <host></host>
......
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