diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-09-22 16:47:06 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 09:49:37 -0400 |
commit | ef39c0adcb61b16f9edc7beb4cdc8f3b0d5a8f15 (patch) | |
tree | fd913c63d5dfe688a6d0e408af31695b874f608b /src/responder/nss/nsssrv.h | |
parent | 88a9c6a44b474bff0f7e22f9eb28a9e55df2c0b5 (diff) | |
download | sssd-ef39c0adcb61b16f9edc7beb4cdc8f3b0d5a8f15.tar.gz sssd-ef39c0adcb61b16f9edc7beb4cdc8f3b0d5a8f15.tar.xz sssd-ef39c0adcb61b16f9edc7beb4cdc8f3b0d5a8f15.zip |
Add netgroup support to the NSS responder
Diffstat (limited to 'src/responder/nss/nsssrv.h')
-rw-r--r-- | src/responder/nss/nsssrv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/responder/nss/nsssrv.h b/src/responder/nss/nsssrv.h index d53143dc0..0b7265b7c 100644 --- a/src/responder/nss/nsssrv.h +++ b/src/responder/nss/nsssrv.h @@ -54,6 +54,7 @@ struct nss_ctx { struct getent_ctx *pctx; struct getent_ctx *gctx; + hash_table_t *netgroups; bool filter_users_in_groups; |