summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_proxy.h
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-06-25 15:15:43 +0200
committerGünther Deschner <gdeschner@redhat.com>2013-06-25 15:22:12 +0200
commitfee1a555bbfeb4fb091aca4df47ec34b60640115 (patch)
tree4bfd8859d59e69bc12a9060424260792058c4bc6 /proxy/src/gp_proxy.h
parent6cf727aad695466f45125bd30da5b2c2e2e9d48d (diff)
downloadgss-proxy-fee1a555bbfeb4fb091aca4df47ec34b60640115.tar.gz
gss-proxy-fee1a555bbfeb4fb091aca4df47ec34b60640115.tar.xz
gss-proxy-fee1a555bbfeb4fb091aca4df47ec34b60640115.zip
Add "impersonate" configuration option. No implementation yet.master-impersonation
Diffstat (limited to 'proxy/src/gp_proxy.h')
-rw-r--r--proxy/src/gp_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gp_proxy.h b/proxy/src/gp_proxy.h
index dc7aada..47fbdba 100644
--- a/proxy/src/gp_proxy.h
+++ b/proxy/src/gp_proxy.h
@@ -51,6 +51,7 @@ struct gp_service {
uid_t euid;
bool trusted;
bool kernel_nfsd;
+ bool impersonate;
char *socket;
uint32_t mechs;