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

/sssd-io/src/responder/common/
H A Dresponder_common.c1081 char **shells = NULL; local
1089 shells = talloc_array(tmp_ctx, char *, SHELL_REALLOC_INCREMENT);
1090 if (!shells) {
1098 shells[i] = talloc_strdup(shells, sh);
1099 if (!shells[i]) {
1104 DEBUG(SSSDBG_TRACE_FUNC, "Found shell %s in /etc/shells\n", shells[i]);
1111 "Reached maximum number of shells [%d]. "
1113 "Please check /etc/shells fo
[all...]

Completed in 13 milliseconds