[EMAIL PROTECTED] wrote:
Hello all, I'm having a problem setting up kerberos on an OpenBSD
system. Please advise as you can.

...8<...

I then tried kadmin on krbc2, which doesn't work. It doesn't even bother
with trying to get to the admin server. It just gives me a prompt
'kadmin>'. Perhaps that's an issue?

That is how my heimdal kadmins work, so from that you should be able to
give kadmin commands, and if they require admin principals (which most do) then it will ask for that password at that time, not before.

prompt# kadmin -p myname/[EMAIL PROTECTED]
kadmin> ank host/[EMAIL PROTECTED]
<asks for myname/[EMAIL PROTECTED] pw and stuff>

kadmin> ext -k /etc/kerberosV/krb5.keytab host/[EMAIL PROTECTED]

..is how I would add hostkeys to an OBSD host using kadmin.

Reply via email to