Authentication in Active Directory
SecurityActive DirectoryNTLMKerberos
NTLM authentication
It is a challenge-response mechanism:
- >The user sends their username and password to the server.
- >The server responds with a challenge.
- >The user responds with the challenge and a response to the challenge.
- >The server forwards the user-sent challenge and response to the domain controller.
- >The domain controller verifies the response against a database.
- >If the response is valid, the domain controller tells the server to allow the user to access the service.
- >If the response is invalid, the domain controller denies the user's request.
Kerberos authentication
It is a ticket-based authentication method.
AD auth check1/3
Which mechanism is challenge-response?