You can translate the question and the replies:

Issue while configuring Kerberos Authentication

Hi Team, We are in process of enabling Kerberos authentication at server level. We have created the global user, SPN and the Keytab file and enabled the Kerberos at the server level giving all the required details. When we restart the vdp server, it shows the below error in the log. Key for the principal ##### is not available in the keytab ####.keytab What could be the possible reason for this issue? How to go about it? Please help!! Thanks, Manju
user
04-03-2021 23:35:29 -0500
code

1 Answer

Hi, This error usually occurs when the Principal #### has not been included in the generated keytab file.. If I face this error, I would ensure that the principal name follows the below format in the keytab file : ** <SPN with FQDN>@<REALM> ** You could also try regenerating the keytab as mentioned in the **[Generating a Keytab File](https://community.denodo.com/docs/html/browse/latest/en/platform/installation/postinstallation_tasks/postinstallation_tasks_in_virtual_dataport/setting-up_kerberos_authentication#generating-a-keytab-file)** section of Denodo Platform Installation Guide. You can take a look at the **[Kerberos configuration and troubleshooting](https://community.denodo.com/kb/view/document/Kerberos%20configuration%20and%20troubleshooting?category=Security)** Knowledge Base Article for more information. Hope this helps!
Denodo Team
05-03-2021 08:06:16 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here