On Fri, Oct 09, 2009 at 12:21:38PM -0700, peter sands wrote: > $ ftp eng01 > Connected to eng01.mydomain.com > 220 eng01 FTP server (Version 4.2 Fri Mar 13 12:08:31 CDT 2009) ready. > 334 Using authentication type GSSAPI; ADAT must follow > GSSAPI accepted as authentication type > GSSAPI error major: Miscellaneous failure > GSSAPI error minor: File or directory not found > GSSAPI error: accepting context > ADAT command failed > Name (eng01:psands):
Trace the ftp server and look for ENOENT errors. I bet you'll find that either the krb5.conf file or the krb5.keytab file are missing. Nico -- ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
