I'm trying setup a script to run kadmin without entering a password. I'm attempting to follow the directions in the Kerberos FAQ and keep running into the same error no matter what I try. Namely:
# kadmin -k Authenticating as principal [EMAIL PROTECTED] with default keytab. kadmin: Bad encryption type while initializing kadmin interface or # kinit -S kadmin/admin -k host/foo.example.edu kinit(v5): Bad encryption type while getting initial credentials I've tried the host principle, I've tried creating a service principle, I tried creating just root/admin, doesn't seem to matter. Any suggestions? I really don't want to have to resort to feeding a password to kadmin on the command line. Thanks, Jason
