summaryrefslogtreecommitdiffstats
path: root/src/responder/sudo/sudosrv_private.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-02-22 16:41:45 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-02-23 20:53:46 -0500
commit278284224aa10805d58c978977e43b1d1126f9b1 (patch)
treef3f55699f37ef2bb95b006c81e74921f00f57635 /src/responder/sudo/sudosrv_private.h
parentb4adc08bcc1cc225133146163989301b607c79b5 (diff)
downloadsssd-278284224aa10805d58c978977e43b1d1126f9b1.tar.gz
sssd-278284224aa10805d58c978977e43b1d1126f9b1.tar.xz
sssd-278284224aa10805d58c978977e43b1d1126f9b1.zip
Honor case_sensitive option in sudo responder
https://fedorahosted.org/sssd/ticket/1205
Diffstat (limited to 'src/responder/sudo/sudosrv_private.h')
-rw-r--r--src/responder/sudo/sudosrv_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/responder/sudo/sudosrv_private.h b/src/responder/sudo/sudosrv_private.h
index 7a7acc0c5..1b4b604d6 100644
--- a/src/responder/sudo/sudosrv_private.h
+++ b/src/responder/sudo/sudosrv_private.h
@@ -65,6 +65,8 @@ struct sudo_dom_ctx {
struct sudo_cmd_ctx *cmd_ctx;
struct sss_domain_info *domain;
bool check_provider;
+ const char *orig_username;
+ const char *cased_username;
/* cache results */
struct ldb_result *user;