Coda File System

Re: Another alpha Coda client for Windows XP.

From: <mkondrin_at_hppi.troitsk.ru>
Date: Fri, 11 Mar 2005 20:43:18 +0300
>
>
> You should be able to compile the current version of 
>coda userland and enable the kerberos support if kerberos is supported by 
>cygwin.   
>
This indeed proved to be the hard part (the way kerberos is supported by 
cygwin). I have managed to compile coda source with Leash32 dlls ( I 
couldn't make configure script to accept --with-krb5-libraries option 
and manually edit auth2/Makefile to link coda with Leash libraries). 
clog now acquire -kerberos5 flag, but it segfaulted before I could enter 
the password. I traced clog with gdb and the problem seems to be 
somethere around Krb5GetSecret.
It looks to me like clog couldn't find credential cache. The windows 
port of MIT Kerberos uses in-memory cache instead of file cache. So may 
be the case is the different defaults coda (clog) and kinit use?
It will require a little more of digging.
Received on 2005-03-11 19:43:31