I'm trying to implement single sign on for our SAP System. On the first 3 machines I've got no problems. But now things seems a little bit different:

If I try to write my host keytab file into the krb5.keytab via ktutil an error occures: No such file or directory while writing keytab "/etc/krb5.keytab". I tried to create the missing krb5.keytab and tried it again: Unsupported key table format version number while writing keytab /etc/krb5

I already installed everything from our SoftwareCenter which relates to MIT krb5. But for this issue I have no clue where to start.

Do you know, where or how I'm able to create a krb5.keytab which works?! Or do I have to configure something on the SAP site?

1

1 Answer

it's not necessary to have the /etc/krb5.keytab. If you already generate a Keytab from the DomainServer you have to edit the path on /etc/krb5.conf from the default (/etc/krb5.keytab) to your keytab file. It works fine now.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.