Enable Kerberos Authentication for SMB

Priya 211 Reputation points
2021-08-03T06:13:41.667+00:00

Hello All,

Could anyone please share a documentation on how to enable/test Kerberos Authentication for SMB share access in windows 2019 server.

Thanks in advance!

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Storage high availability | Other
0 comments No comments
{count} vote

Accepted answer
  1. Charles Thivierge 4,171 Reputation points
    2022-01-30T04:09:01.047+00:00

    Kerberos is enabled by default when you join an Active Directory domain.

    To test it, you can do the following steps.

    From the client computer

    1. Open command prompt
    2. type: klist purge
    3. Access to your remote server using Windows Explorer (\servername\share)
    4. In the command prompt, type the following command: klist
    5. You should see the Kerberos tickets that has been cached
    6. One of the should have something like that: Server: cifs/Servername @ yourdomain.com

    hth

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Priya 211 Reputation points
    2022-01-30T07:54:03.817+00:00

    Thank you for the information.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.