summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-06-25 12:33:03 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-08 20:38:16 +0200
commitb76419cf8830440b46c20a15585562343c7b1924 (patch)
treeaa7846d57deb98274a1bb49bc67797b20ea86a41 /src/responder/sudo
parent0c1d65998907930678da2d091789446f2c344d5d (diff)
downloadsssd-b76419cf8830440b46c20a15585562343c7b1924.tar.gz
sssd-b76419cf8830440b46c20a15585562343c7b1924.tar.xz
sssd-b76419cf8830440b46c20a15585562343c7b1924.zip
IFP: Provide a SBUS method to reconnect to sysbus
Introduces a new method implemented only by the IFP responder. When this method is received, the responder attempts to reconnect to the system bus, if not connected already. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Pavel Reichl <preichl@redhat.com>
Diffstat (limited to 'src/responder/sudo')
-rw-r--r--src/responder/sudo/sudosrv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/responder/sudo/sudosrv.c b/src/responder/sudo/sudosrv.c
index a70d944a9..cafe9da53 100644
--- a/src/responder/sudo/sudosrv.c
+++ b/src/responder/sudo/sudosrv.c
@@ -38,6 +38,7 @@ struct mon_cli_iface monitor_sudo_methods = {
.rotateLogs = responder_logrotate,
.clearMemcache = NULL,
.clearEnumCache = NULL,
+ .sysbusReconnect = NULL,
};
static struct data_provider_iface sudo_dp_methods = {