[OpenAFS] Re: SuSe 9.0 &Heimdal.6

Derrick J Brashear shadow@dementia.org
Mon, 29 Dec 2003 19:30:09 -0500 (EST)


On Mon, 29 Dec 2003, ted creedon wrote:

> Using kadmin -l
> Ank -r afs/tedcell@TED-DORIS.FAM
> Del_enctype afs/tedcell@TED-DORIS.FAM des3-cbc-sha1
> List -l afs/tedcell@TED-DORIS.FAM gives kvno of 2
> Ext_keytab afs/tedcell@TED-DORIS.FAM
> Ext_keytab -k AFSFILE:/etc/openafs/server/KeyFile afs/tedcell@TED-DORIS.FAM
> Quit
>
> When I run
> Kinit --use-keytab --keytab=AFS:/etc/openafs/server/KeyFile
> afs/tedcell@TED-DORIS.FAM

I think jeff is confused:

> kinit --use-keytab --keytab=AFS:/usr/afs/etc/KeyFile afs/cell.name@REALM

Perhaps AFSKEYFILE:/usr/afs/etc/KeyFile but I think "AFS" and not
"AFSKEYFILE" is wrong. (Unless recent Heimdal changed)

Also, try strace, as it might be dumb and hardcode /usr/afs/etc/KeyFile
and not /etc/openafs/server/ or whatever that was.