Displaying 1 result from an estimated 1 matches for "krb5cc_16777222".
Did you mean:
krb5cc_16777216
2010 Nov 11
4
krb ticket for the computer account
...puter ~]$ sudo mount -o user=DOMAIN\\computer$,sec=krb5
//remotehost/remoteshare /mnt/localmount
mount error(126): Required key not available
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[DOMAIN\computercomputer ~]$ klist -5
klist: No credentials cache found (ticket cache FILE:/tmp/krb5cc_16777222)
[DOMAIN\computercomputer ~]$ kinit -5 computer\$@domain.com
Password for computer$@domain.com:
As you know, computer account passwords are not supposed to be entered by
users under normal circumstances.
How can I obtain a krb5 ticket for the computer account?
Thanks in advance..
Regards,
Must...