summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-11-08 14:42:46 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-12-16 14:46:17 -0500
commite9eeb4302e0e426c6cc1a4e65b95a6f7066e80b9 (patch)
tree4cdf74a32b28d49f74aaf6460bf1d1903f697828 /src/providers/ldap/ldap_common.h
parent4af1d1869d659fec84c518c26844132fa1df8f64 (diff)
downloadsssd-e9eeb4302e0e426c6cc1a4e65b95a6f7066e80b9.tar.gz
sssd-e9eeb4302e0e426c6cc1a4e65b95a6f7066e80b9.tar.xz
sssd-e9eeb4302e0e426c6cc1a4e65b95a6f7066e80b9.zip
SUDO integration - LDAP provider
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 844f605f3..d7aa71ab5 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -83,6 +83,11 @@ void sdap_pam_chpass_handler(struct be_req *breq);
/* access */
void sdap_pam_access_handler(struct be_req *breq);
+#ifdef BUILD_SUDO
+/* sudo */
+void sdap_sudo_handler(struct be_req *breq);
+#endif
+
void sdap_handler_done(struct be_req *req, int dp_err,