summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo/sudosrv_private.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-01-23 11:03:17 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-01-27 09:02:02 -0500
commit3b121852048a7931f8a608527b760963e2ed2bb4 (patch)
treefb75788fbced0a8a5d191c5fae987e0a6999bdc1 /src/responder/sudo/sudosrv_private.h
parent3b09b74bf65867d882af87ec60e2a517b15264a6 (diff)
downloadsssd-3b121852048a7931f8a608527b760963e2ed2bb4.tar.gz
sssd-3b121852048a7931f8a608527b760963e2ed2bb4.tar.xz
sssd-3b121852048a7931f8a608527b760963e2ed2bb4.zip
Use the new SUDO request in DP and sudo responder
Also remove the old request implementation https://fedorahosted.org/sssd/ticket/1115
Diffstat (limited to 'src/responder/sudo/sudosrv_private.h')
-rw-r--r--src/responder/sudo/sudosrv_private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/responder/sudo/sudosrv_private.h b/src/responder/sudo/sudosrv_private.h
index 82948fdcd..fc4134b64 100644
--- a/src/responder/sudo/sudosrv_private.h
+++ b/src/responder/sudo/sudosrv_private.h
@@ -61,14 +61,6 @@ struct sss_cmd_table *get_sudo_cmds(void);
errno_t sudosrv_cmd_done(struct sudo_dom_ctx *dctx, int ret);
-struct tevent_req * sudosrv_dp_refresh_send(struct resp_ctx *rctx,
- struct sss_domain_info *dom,
- const char *username);
-
-errno_t sudosrv_dp_refresh_recv(struct tevent_req *req,
- dbus_uint16_t *_err_maj,
- dbus_uint32_t *_err_min);
-
errno_t sudosrv_get_sudorules(struct sudo_dom_ctx *dctx);
char * sudosrv_get_sudorules_parse_query(TALLOC_CTX *mem_ctx,