Keytab not spawning?
So, a month ago I set up our fileserver with a fresh copy of 10.3 Server, before our internal DNS was spun up. As an unintentional consequence of being a n00b, the KDC didn't get started when I set everything up.
Now that DNS is working, I thought, hey, let's get that KDC spun up so I can replicate to all my daughter sites and get my OD groove on.
Not so fast, sayeth my server.
I followed the instructions from the article on this site for spinning up the KDC (https://www.afp548.com/articles/Panther/kerberos2.html)
But it's not generating a krb5.keytab file...
I've tried creating a blank krb5.keytab in /etc/, I've tried wiping our /var/db/krb5kdc before I begin, I've tried wiping out /Library/Preferences/edu.mit.Kerberos.
Nothing seems to work.
Weird part? Kinit works just fine, and I can get a principle, but when I try klist -kt I get:
cirrus:/etc tbridge$ klist -kt
Keytab name: FILE:/etc/krb5.keytab
klist: No such file or directory while starting scan of keytab (null)
Any thoughts?