I'm having problems setting up Single Sign On on my Mac (Snow Leopard). My program was giving the error
accept_sec_context: Unspecified GSS failure. Minor code may provide more information: \
Key table entry not found (000d0000:96c73ab5)
When using the Mac built in library (/usr/lib/libgssapi_krb.dylib). It works fine with Likewise.
I'd set up an identity for myself in Ticket Viewer, and issued a ticket. I'm now trying to go through the set up process manually from the terminal. So far so good, up until I get to the Install the Slave KDCs step, where I can't start kadmin. I get the following output:
$ kadmin
Authenticating as principal me/admin@CORP.ORG with password.
kadmin: Client not found in Kerberos database while initializing kadmin interface
I added myself to the keytab using ktadd in kadmin.local, but this hasn't worked. I'm stumped as to how to progress from here.
Update
Running kadmin -p me prompts me for my password, but still rejects me with error:
kadmin: Database error! Required KADM5 principal missing while initializing kadmin interface
/. I ensured the principal is indeed added usinglist_principals, but when doingkadminI get: "Client not found in Kerberos database" Any intuition on what might be causing this? – Adeel Ahmad Sep 17 '19 at 09:40kinit? Did you specify the correct realm? – grawity Sep 17 '19 at 09:44/withkiniteither. Yes, I ensured that the realm provided is correct. – Adeel Ahmad Sep 17 '19 at 09:50kadmin.localdirectly on the KDC? – grawity Sep 17 '19 at 10:11kadmin.local. However, I can't use kadmin because it fails to find the admin user (for failing kadmin, the logs can be found here). – Adeel Ahmad Sep 17 '19 at 12:45