summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-12-15 13:20:30 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-12-18 17:29:59 +0100
commit05bc499f4ae6bf5387f77c3afe92e5f786649d82 (patch)
tree9414d6231283ef0cfb2e29a802c0febe27fe7328 /src/providers/dp_backend.h
parentfb4cb94e8f9fef4a08e432cdc72ca7b0cf19a441 (diff)
downloadsssd-05bc499f4ae6bf5387f77c3afe92e5f786649d82.tar.gz
sssd-05bc499f4ae6bf5387f77c3afe92e5f786649d82.tar.xz
sssd-05bc499f4ae6bf5387f77c3afe92e5f786649d82.zip
DP: invalidate all cached maps if a request for auto.master comes in
If the Data Provider receives a request for the auto.master map, it passes on a flag to let the actual provider let know he should invalidate the existing maps
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index 357d58910..58a9b7490 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -169,6 +169,7 @@ struct be_sudo_req {
struct be_autofs_req {
char *mapname;
+ bool invalidate;
};
struct be_subdom_req {