Searched defs:user_shell (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/nss/
H A Dnsssrv_cmd.c182 const char *user_shell; local
194 user_shell = sss_view_ldb_msg_find_attr_as_string(dom, msg, SYSDB_SHELL,
196 if (!user_shell) {
205 if (!nctx->allowed_shells && !nctx->vetoed_shells) return talloc_strdup(mem_ctx, user_shell);
209 if (strcmp(nctx->vetoed_shells[i], user_shell) == 0) {
211 "Using fallback\n", user_shell);
219 if (strcmp(user_shell, nctx->etc_shells[i]) == 0) {
227 DEBUG(SSSDBG_TRACE_ALL, "Using original shell '%s'\n", user_shell);
228 return talloc_strdup(mem_ctx, user_shell);
236 "Using fallback\n", user_shell);
[all...]

Completed in 16 milliseconds