summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_sudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ldap/sdap_sudo.h')
-rw-r--r--src/providers/ldap/sdap_sudo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_sudo.h b/src/providers/ldap/sdap_sudo.h
index f9988d611..5a12afd59 100644
--- a/src/providers/ldap/sdap_sudo.h
+++ b/src/providers/ldap/sdap_sudo.h
@@ -33,6 +33,12 @@ struct sdap_sudo_ctx {
bool full_refresh_done;
};
+enum sdap_sudo_refresh_type {
+ SDAP_SUDO_REFRESH_FULL,
+ SDAP_SUDO_REFRESH_SMART,
+ SDAP_SUDO_REFRESH_RULES
+};
+
/* Common functions from ldap_sudo.c */
void sdap_sudo_handler(struct be_req *breq);
int sdap_sudo_init(struct be_ctx *be_ctx,