LDAP for authentication

LDAP can be used for authentication over Kerberos in some context:

  • For a hardware device such as a printer

  • For an application such as Jenkins

circle-info

Credentials will usually be entered (in clear) somewhere in the settings.

The typical authentication workflow is:

  1. Client connects to LDAP server and sends username/password stored in settings.

  2. LDAP server checks the credentials against Active Directory database.

  3. After authentication the user can make further LDAP requests as usual.

Last updated