diff options
author | Simo Sorce <simo@redhat.com> | 2012-12-05 17:40:44 +0000 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-12-05 23:01:37 +0100 |
commit | 408914f68673f2caa1c82a1a21336fcb7ddd52ef (patch) | |
tree | e74c7501cb9a30b1aa6c4e421fad66befdb1d6f4 /src/providers | |
parent | ebba1aa6b9783daa0d530e9f5e307f7be17d3cd3 (diff) | |
download | sssd-408914f68673f2caa1c82a1a21336fcb7ddd52ef.tar.gz sssd-408914f68673f2caa1c82a1a21336fcb7ddd52ef.tar.bz2 sssd-408914f68673f2caa1c82a1a21336fcb7ddd52ef.zip |
Hook for mmap cache update on initgroup calls
This set of functions enumerate the user's groups and invalidate them all
if the list does not matches what we get from the caller.
Diffstat (limited to 'src/providers')
-rw-r--r-- | src/providers/data_provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/data_provider.h b/src/providers/data_provider.h index 9c734002..f131e2c6 100644 --- a/src/providers/data_provider.h +++ b/src/providers/data_provider.h @@ -59,6 +59,7 @@ * the nss responder to tell it to update the mmap * cache */ #define DP_REV_METHOD_UPDATE_CACHE "updateCache" +#define DP_REV_METHOD_INITGR_CHECK "initgrCheck" /** * @defgroup pamHandler PAM DBUS request |