Searched refs:allowed_shells (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/responder/common/
H A Dresponder_utils.c432 if (rctx->allowed_shells == NULL && rctx->vetoed_shells == NULL) {
462 if (rctx->allowed_shells) {
463 if (strcmp(rctx->allowed_shells[0], "*") == 0) {
469 for (i = 0; rctx->allowed_shells[i]; i++) {
470 if (strcmp(rctx->allowed_shells[i], shell) == 0) {
H A Dresponder.h143 char **allowed_shells; member in struct:resp_ctx
H A Dresponder_common.c1290 &rctx->allowed_shells);
/sssd-io/src/config/etc/
H A Dsssd.api.conf52 allowed_shells = list, str, false

Completed in 16 milliseconds