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

/netbsd-current/sbin/nologin/
H A DMakefile4 MAN= nologin.8
5 SCRIPTS=nologin.sh
/netbsd-current/lib/libpam/modules/pam_nologin/
H A Dpam_nologin.c64 #define NOLOGIN "/etc/nologin"
78 const char *user, *nologin; local
88 * For root, the default is to ignore nologin, but the
93 * failure will not cause the nologin capability to be ignored.
105 nologin = login_getcapstr(lc, "nologin", nologin_def, nologin_def);
112 if ((fd = open(nologin, O_RDONLY, 0)) == -1) {
124 PAM_LOG("Cannot open %s file: %s", nologin, strerror(errno));
128 PAM_LOG("Opened %s file", nologin);
145 PAM_VERBOSE_ERROR("Administrator refusing you: %s", nologin);
[all...]
/netbsd-current/etc/rc.d/
H A Dclearcritlocal20 rm -f /etc/nologin /var/spool/lock/LCK.*
/netbsd-current/share/man/man5/
H A DMakefile13 monthly.5 motd.5 netconfig.5 netgroup.5 networks.5 nologin.5 \
/netbsd-current/sbin/
H A DMakefile14 newbtconf nologin nvmectl \
/netbsd-current/external/bsd/nsd/dist/contrib/
H A Dnsd.spec77 useradd -r -g nsd -d /etc/nsd -s /sbin/nologin \
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound.spec67 useradd -r -g unbound -d /var/unbound -s /sbin/nologin \

Completed in 170 milliseconds