Thursday April 05, 2007 To change the configuration of the ftp daemon on Solaris so that it will only accept authentications from clients with GSS-API (probably Kerberos)
$ svccfg -s ftp setprop inetd_exec = "/usr/sbin/in.ftpd -a -K"
$ svcadm refresh ftp