summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo/sudosrv_private.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-11-13 15:42:48 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-11-14 17:33:48 +0100
commit9a27d5d673dc89cc8b99268ebbc5534b96343d69 (patch)
tree4b59b0bfc39f1a219cda73a3d1fe233ddcc5f8fb /src/responder/sudo/sudosrv_private.h
parent7e315b08152b1340511d4f6211d524482107e481 (diff)
downloadsssd-9a27d5d673dc89cc8b99268ebbc5534b96343d69.tar.gz
sssd-9a27d5d673dc89cc8b99268ebbc5534b96343d69.tar.xz
sssd-9a27d5d673dc89cc8b99268ebbc5534b96343d69.zip
sudo: do not send domain name with username
This caused troubles with subdomain users and it is not really necessary. This patch does not change the protocol itself, that should be done on the earliest possible occasion. Part of https://fedorahosted.org/sssd/ticket/1616
Diffstat (limited to 'src/responder/sudo/sudosrv_private.h')
-rw-r--r--src/responder/sudo/sudosrv_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/responder/sudo/sudosrv_private.h b/src/responder/sudo/sudosrv_private.h
index b80594075..c9eae57b8 100644
--- a/src/responder/sudo/sudosrv_private.h
+++ b/src/responder/sudo/sudosrv_private.h
@@ -103,7 +103,6 @@ errno_t sudosrv_parse_query_recv(TALLOC_CTX *mem_ctx,
errno_t sudosrv_build_response(TALLOC_CTX *mem_ctx,
uint32_t error,
- const char *domain,
int rules_num,
struct sysdb_attrs **rules,
uint8_t **_response_body,