/hudson-war/src/main/webapp/help/security/ldap/userSearchFilter.html

http://github.com/hudson/hudson · HTML · 16 lines · 13 code · 3 blank · 0 comment · 0 complexity · 5a395bdd44a35caee9f8a1abd31f40ea MD5 · raw file

  1. <div>
  2. One of the searches Hudson does on LDAP is to locate the user record given the user name.
  3. <p>
  4. This field determines the query to be run to identify the user record. The query is
  5. almost always <tt>"uid={0}"</tt> as per defined in <a href="http://www.ietf.org/rfc/rfc2798.txt">RFC 2798</a>,
  6. so in most cases you should leave this field empty and let this default kick in.
  7. <p>
  8. If your LDAP server doesn't have uid or doesn't use a meaningful uid value, try <tt>"mail={0}"</tt>,
  9. which lets people login by their e-mail address.
  10. <p>
  11. If you do specify a different query, specify an LDAP query string with marker token "{0}",
  12. which is to be replaced by the user name string entered by the user.
  13. </div>