summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_sudo.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-05-11 10:25:54 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-29 11:37:18 -0400
commitf7af8c5b369938725e47585c641ae5b017d442a1 (patch)
treef3cea8ab98f94ad4b10500ece93c25a94abda727 /src/db/sysdb_sudo.h
parent76db25eab9010a33657f35e5afc8477c996df7a3 (diff)
downloadsssd-f7af8c5b369938725e47585c641ae5b017d442a1.tar.gz
sssd-f7af8c5b369938725e47585c641ae5b017d442a1.tar.xz
sssd-f7af8c5b369938725e47585c641ae5b017d442a1.zip
sudo sysdb: add expiration time to the filter
Diffstat (limited to 'src/db/sysdb_sudo.h')
-rw-r--r--src/db/sysdb_sudo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/sysdb_sudo.h b/src/db/sysdb_sudo.h
index 4a3926757..b8ed2bc41 100644
--- a/src/db/sysdb_sudo.h
+++ b/src/db/sysdb_sudo.h
@@ -53,6 +53,7 @@
#define SYSDB_SUDO_FILTER_UID 0x02 /* uid */
#define SYSDB_SUDO_FILTER_GROUPS 0x04 /* groups */
#define SYSDB_SUDO_FILTER_NGRS 0x08 /* netgroups */
+#define SYSDB_SUDO_FILTER_ONLY_EXPIRED 0x10 /* only expired */
#define SYSDB_SUDO_FILTER_INCLUDE_ALL 0x20 /* ALL */
#define SYSDB_SUDO_FILTER_INCLUDE_DFL 0x40 /* include cn=default */
#define SYSDB_SUDO_FILTER_USERINFO SYSDB_SUDO_FILTER_USERNAME \