uid80でFTPアクセスしたかったのでアカウントを追加してみた。
# vim /usr/local/etc/proftpd.conf AuthUserFile /usr/local/etc/ftppasswd AuthGroupFile /usr/local/etc/ftpgroup AuthOrder mod_auth_file.c mod_auth_unix.c
こんなの追加
# cd /usr/ports/ftp/proftpd # make extract # ./work/proftpd-1.3.1rc3/contrib/ftpasswd \ --passwd --file=/usr/local/etc/ftppasswd --name=hoge \ --uid=80 --gid=80 --home=/usr/hoge --shell=/bin/sh # ./work/proftpd-1.3.1rc3/contrib/ftpasswd \ --group --file=/usr/local/etc/ftpgroup --name=hoge --gid=80
パスワードとグループファイルを作る。
# /usr/local/etc/rc.d/proftpd.sh restart
再起動