Searched refs:allow_users (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/simple/
H A Dsimple_access.h31 char **allow_users; member in struct:simple_ctx
H A Dsimple_access_check.c56 if (ctx->allow_users != NULL) {
57 for(i = 0; ctx->allow_users[i] != NULL; i++) {
59 ctx->allow_users[i]);
62 ctx->allow_users[i]);
64 ctx->allow_users[i]);
69 ctx->allow_users[i])) {
H A Dsimple_access.c127 lists[0].ctx_list = &ctx->allow_users;
160 if (!ctx->allow_users &&

Completed in 1943 milliseconds