Home
last modified time | relevance | path

Searched refs:_PATH_FTPUSERS (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libpam/modules/pam_ftpusers/
HDpam_ftpusers.c74 if ((f = fopen(_PATH_FTPUSERS, "r")) == NULL) { in pam_sm_acct_mgmt()
75 PAM_LOG("%s: %m", _PATH_FTPUSERS); in pam_sm_acct_mgmt()
/dragonfly/include/
HDpaths.h62 #define _PATH_FTPUSERS "/etc/ftpusers" macro
/dragonfly/libexec/ftpd/
HDftpd.c995 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL) || in user()
996 checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL)) in user()
1024 if (cp == NULL || checkuser(_PATH_FTPUSERS, name, 1, NULL)) { in user()