diff options
Diffstat (limited to 'src/providers/simple/simple_access.h')
-rw-r--r-- | src/providers/simple/simple_access.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/simple/simple_access.h b/src/providers/simple/simple_access.h index 0aac42a5..abcf61ac 100644 --- a/src/providers/simple/simple_access.h +++ b/src/providers/simple/simple_access.h @@ -27,8 +27,13 @@ #include "util/util.h" struct simple_ctx { + struct sysdb_ctx *sysdb; + struct sss_domain_info *domain; + char **allow_users; char **deny_users; + char **allow_groups; + char **deny_groups; }; errno_t simple_access_check(struct simple_ctx *ctx, const char *username, |