mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2026-05-21 11:58:41 +02:00
16 lines
748 B
HTML
16 lines
748 B
HTML
<div>
|
|
One of the searches Jenkins does on LDAP is to locate the user record given the user name.
|
|
|
|
<p>
|
|
This field determines the query to be run to identify the user record. The query is
|
|
almost always <tt>"uid={0}"</tt> as per defined in <a href="http://www.ietf.org/rfc/rfc2798.txt">RFC 2798</a>,
|
|
so in most cases you should leave this field empty and let this default kick in.
|
|
|
|
<p>
|
|
If your LDAP server doesn't have uid or doesn't use a meaningful uid value, try <tt>"mail={0}"</tt>,
|
|
which lets people login by their e-mail address.
|
|
|
|
<p>
|
|
If you do specify a different query, specify an LDAP query string with marker token "{0}",
|
|
which is to be replaced by the user name string entered by the user.
|
|
</div> |