_PATH_FTPUSERS
if ((f = fopen(_PATH_FTPUSERS, "r")) == NULL) {
PAM_LOG("%s: %m", _PATH_FTPUSERS);
if (cp == NULL || checkuser(_PATH_FTPUSERS, name, 1, NULL)) {
if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL) ||
checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL))