summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_proxy.h')
-rw-r--r--proxy/src/gp_proxy.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/proxy/src/gp_proxy.h b/proxy/src/gp_proxy.h
index 8895aa8..8f5a059 100644
--- a/proxy/src/gp_proxy.h
+++ b/proxy/src/gp_proxy.h
@@ -40,9 +40,8 @@
struct gp_cred_krb5 {
char *principal;
- char *keytab;
- char *ccache;
- char *client_keytab;
+ char **cred_store;
+ int cred_count;
};
struct gp_creds_handle;