Lines Matching defs:shell
687 * actual (not overridden) user shell, in case session recording is enabled.
696 const char *shell;
734 /* Export original shell if recording is enabled and so it's overridden */
736 /* Extract the shell */
737 shell = sss_resp_get_shell_override(preq->user_obj,
739 if (shell == NULL) {
740 DEBUG(SSSDBG_CRIT_FAILURE, "user has no shell\n");
746 buf = talloc_asprintf(ctx, "%s=%s", var_name, shell);
1006 * Export non-overridden shell to tlog-rec-session when opening the session
1012 "failed to export the shell to tlog-rec-session.\n");