[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to create afs KeyFile with ktutil.



It's working now. For some reason i got multiple keys in my keyfile
while i extracted the key to my krb5.keytab file. Then I tried to
extract it to a separate file and then it worked out right.
Love writes:
 > Gunnar Gunnarsson <gunnar@ki.ericsson.se> writes:
 > 
 > > # ktutil -k AFSKEYFILE:/etc/openafs/server/KeyFile list
 > > AFSKEYFILE:/etc/openafs/server/KeyFile:
 > >
 > > Vno  Type         Principal            
 > >   1  des-cbc-md5  afs/netia.se@NETIA.SE
 > >   1  des-cbc-md5  afs/netia.se@NETIA.SE
 > >   1  des-cbc-md5  afs/netia.se@NETIA.SE
 > >
 > > Shouldn't it be des-cbc-crc ?
 > 
 > It doesn't matter, its just a des key stored in the entry for a
 > des-cbc-{crc,md4,md5} in the keytab.
 > 
 > Love