summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-01-19 10:00:47 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-01-27 09:02:02 -0500
commit3b09b74bf65867d882af87ec60e2a517b15264a6 (patch)
tree3b11a36cd95cc7ea7a8d7e736e32ee041ab5df3f /src/providers/data_provider.h
parent627d83dff183219826489949cb55ef71945e94ab (diff)
downloadsssd-3b09b74bf65867d882af87ec60e2a517b15264a6.tar.gz
sssd-3b09b74bf65867d882af87ec60e2a517b15264a6.tar.xz
sssd-3b09b74bf65867d882af87ec60e2a517b15264a6.zip
SUDO: Provide a sudo DP request based on the internal_req
Diffstat (limited to 'src/providers/data_provider.h')
-rw-r--r--src/providers/data_provider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/data_provider.h b/src/providers/data_provider.h
index fb61c730a..eb4f98cf3 100644
--- a/src/providers/data_provider.h
+++ b/src/providers/data_provider.h
@@ -137,6 +137,7 @@
#define BE_REQ_INITGROUPS 0x0003
#define BE_REQ_NETGROUP 0x0004
#define BE_REQ_SERVICES 0x0005
+#define BE_REQ_SUDO 0x0006
#define BE_REQ_FAST 0x1000
/* AUTH related common data and functions */