Searched refs:_PATH_FTPUSERS (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/lib/libpam/modules/pam_ftpusers/ |
| HD | pam_ftpusers.c | 74 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/ |
| HD | paths.h | 62 #define _PATH_FTPUSERS "/etc/ftpusers" macro
|
| /dragonfly/libexec/ftpd/ |
| HD | ftpd.c | 995 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()
|