Searched refs:noshell (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dstubs.c135 #pragma weak noshell macro
138 int single, nogecos, noshell, nopw, mflag; variable
H A Dshim_changepasswd.c107 extern int single, nogecos, noshell, nopw, mflag;
761 (!noshell) &&
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c85 int noshell = 0; variable
117 " [-noshell] [-m arg1 arg2 ...]\n"
135 " -noshell shell may not be changed remotely using passwd or chsh\n";
221 else if (strcmp(argv[i], "-noshell") == 0)
222 noshell = 1;
H A Dchangepasswd.c131 extern int single, nogecos, noshell, nopw, mflag, Mstart, Argc;
451 if ((!noshell) && (strcmp(opwd.pw_shell, newpw.pw_shell) != 0)) {

Completed in 63 milliseconds