Home | History | Annotate | Download | only in authpf

Lines Matching defs:shell

71  * User shell for authenticating gateways. Sole purpose is to allow
86 char *shell;
136 shell = login_getcapstr(lc, "shell", pw->pw_shell,
139 shell = pw->pw_shell;
143 if (strcmp(shell, PATH_AUTHPF_SHELL)) {
144 syslog(LOG_ERR, "wrong shell for user %s, uid %u",
146 if (shell != pw->pw_shell)
147 free(shell);
151 if (shell != pw->pw_shell)
152 free(shell);