Searched refs:dochroot (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/libexec/ftpd/
H A Dftpd.c133 int dochroot; variable
775 dochroot = (lc && login_getcapbool(lc, "ftp-chroot", 0)) ||
777 if (anon_only && !dochroot) {
790 if ((!shell && !dochroot) || checkuser(_PATH_FTPUSERS, name)) {
999 if (guest || dochroot) {
1028 } else if (dochroot) {

Completed in 76 milliseconds