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:15:42 +0100
commitd3f7600e85259adc3eec0b1f74fd3ce26163e13c (patch)
tree765992430718f04e8180536bd8e8cc1266ff7973 /src/responder/sudo/sudosrv_private.h
parentcc255b733a7bfd7a1c0ca28c815c5e143f74f9a2 (diff)
downloadsssd-d3f7600e85259adc3eec0b1f74fd3ce26163e13c.tar.gz
sssd-d3f7600e85259adc3eec0b1f74fd3ce26163e13c.tar.xz
sssd-d3f7600e85259adc3eec0b1f74fd3ce26163e13c.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,