I was very confused by the FTPd shipped with OpenBSD 3.0 that does not understand the AUTH command. So I downloaded the heimdal0.4e sources and compiled them, to replace the original FTPd by the new one.
Now it is really a kerberized FTPd : 220 foo.bar.com FTP server (Version 6.00+heimdal-0.4e) ready. Trying GSSAPI... Error initializing security context: unable to reach any KDC in realm BAR.COM *** Using plaintext user and password *** Name (foo:khebyxos): As you can see, the FTPd cannot reach the KDC. This is another problem I have to solve now ...
