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

http://github.com/hudson/hudson · HTML · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 30d9068431f80a9c6980fe6a7929126c MD5 · raw file

  1. <div>
  2. If your LDAP server doesn't support <a href="http://www.google.com/?q=LDAP+anonymous+bind">anonymous binding</a>
  3. (IOW, if your LDAP server doesn't even allow a query without authentication),
  4. then Hudson would have to first authenticate itself against the LDAP server,
  5. and Hudson does that by sending "manager" DN and password.
  6. <p>
  7. A DN typically looks like <tt>CN=MyUser,CN=Users,DC=mydomain,DC=com</tt>
  8. although the exact sequence of tokens depends on the LDAP server configuration.
  9. It can be any valid DN as long as LDAP allows this user to query data.
  10. <p>
  11. This configuration is also useful when you are connecting to Active Directory
  12. from a Unix machine, as AD doesn't allow anonymous bind by default. But
  13. if you can't figure this out, you can also change AD setting to allow
  14. anonymous bind. See <a href="http://www.novell.com/coolsolutions/appnote/15120.html">this document</a> for how to.
  15. </div>