[OpenAFS] john
Derrick J Brashear
shadow@dementia.org
Wed, 4 Dec 2002 10:53:00 -0500 (EST)
On Wed, 4 Dec 2002, Heiko Schulz wrote:
> Hi,
>
> I have a problem with john (the ripper). One or two years ago I used
> unafs and the john it selve, I think, this was with IBM AFS 3.6. Now
> I tried the same with the recent kaserver.DB0, but nothing happened -
> no output at all. I take a look in the source and found (in unafs.c)
> #define DB_ENTRY_SIZE 200
without looking I'll guess this should be sizeof(struct kaentry) as
defined in src/kauth/kaserver.h
the comment in it at the end is:
unsigned char pwsums[KA_NPWSUMS]; /* pad to 200 bytes */
so i'd guess you're still ok there.
> Is this the right setting? Is something known about problems with john
> and (open)afs?