diff options
| author | Jakub Hrozek <jhrozek@redhat.com> | 2012-01-19 10:00:47 +0100 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-27 09:02:02 -0500 |
| commit | 3b09b74bf65867d882af87ec60e2a517b15264a6 (patch) | |
| tree | 3b11a36cd95cc7ea7a8d7e736e32ee041ab5df3f /src/providers | |
| parent | 627d83dff183219826489949cb55ef71945e94ab (diff) | |
| download | sssd-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')
| -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 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 */ |
