Lines Matching refs:shell
186 * for the login shell.
197 /* Check whether there is a default shell specified */
210 DEBUG(SSSDBG_FUNC_DATA, "The shell '%s' is vetoed. "
227 DEBUG(SSSDBG_TRACE_ALL, "Using original shell '%s'\n", user_shell);
235 "The shell '%s' is allowed but does not exist. "
242 "The shell '%s' is allowed but does not exist. "
251 "The shell '%s' is not allowed and does not exist.\n",
358 struct sized_string shell;
463 to_sized_string(&shell, "");
465 to_sized_string(&shell, tmpstr);
469 homedir.len + shell.len + pwfield.len;
489 memcpy(&body[rp], shell.str, shell.len);
490 rp += shell.len;
498 &gecos, &homedir, &shell);