Nicolas Williams ([EMAIL PROTECTED]) wrote: : auth_krb5_password() seems to have a bug in that it tries to : krb5_cc_resolve() 'MEMORY:'. That's not a valid ccache name in MIT krb5.
: 'MEMORY:foobar' should work. I believe that it should really be using a file based ccache, rather than a memory one - it just needs to wait until after its check that the user is OK before using it. I've updated the patch at http://www.sxw.org.uk/computing/patches/openssh.html to address this, and a number of other minor issues. Cheers, Simon. ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
