Hello All,
I understand this is not a SAS question :-), however thought I could still check with experts here :-). I just completed the SAS upgrade in place from 9.4 M5 to M7. Everything went smooth, however I am getting an error when trying to connect to SAS MC with IWA authentication.
Kerberos failure in function krb5_get_init_creds_keytab: Client 'SAS/xxxxxxx@xxxxxxx.LOCAL' not found in Kerberos database (96C73A06).
I looked up online and found the below article that talk about this issue by Stuart Rogers!
https://communities.sas.com/t5/SAS-Communities-Library/SAS-9-4-M7-Importance-of-UPN/ta-p/683863
Now my question is how do I create the keytab with both UPN and SPN in it? My original command was this
addent -password -p "SPN" -k 2 -e RC4-HMAC
Now if I need to add the UPN , should I just add another line in the keytab file like below?
addent -password -p "UPN" -k 2 -e RC4-HMAC
Thanks in advance for clarifying...
... View more