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

/haiku/headers/compatibility/bsd/
H A Dpaths.h65 #define _PATH_FTPUSERS "/etc/ftpusers" macro
/haiku/src/bin/network/ftpd/
H A Dftpd.c1003 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
1007 * _PATH_FTPUSERS to allow people such as root and uucp to be avoided.
1032 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL) ||
1033 checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL))
1061 if (cp == NULL || checkuser(_PATH_FTPUSERS, name, 1, NULL)) {

Completed in 52 milliseconds