summaryrefslogtreecommitdiffstats
path: root/x-files
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-01 18:54:52 -0500
committerSimo Sorce <simo@redhat.com>2012-02-03 22:32:24 -0500
commit9136e031772f472270a3d37732daf1c21e99e54c (patch)
treeca840d5e86473921e31cb4e06a3ce0fdbec52484 /x-files
parentf6b7355c9219fa3e8fd231b964161afd4e27b940 (diff)
downloadgss-proxy-9136e031772f472270a3d37732daf1c21e99e54c.tar.gz
gss-proxy-9136e031772f472270a3d37732daf1c21e99e54c.tar.xz
gss-proxy-9136e031772f472270a3d37732daf1c21e99e54c.zip
Change gssx_mechinfo
We do not need provider names and paths apssed to clients. Clients have no use for such info and can be argued it is something admins do not want to disclose anyway. Add saslname extensions that were missing from the first draft.
Diffstat (limited to 'x-files')
-rw-r--r--x-files/gss_proxy.x5
1 files changed, 3 insertions, 2 deletions
diff --git a/x-files/gss_proxy.x b/x-files/gss_proxy.x
index fb1c98c..3fb57dd 100644
--- a/x-files/gss_proxy.x
+++ b/x-files/gss_proxy.x
@@ -166,8 +166,9 @@ struct gssx_mech_info {
gssx_OID_set known_mech_attrs;
gssx_OID_set cred_options;
gssx_OID_set sec_ctx_options;
- utf8string provider_names<>;
- utf8string provider_paths<>;
+ gssx_buffer saslname_sasl_mech_name;
+ gssx_buffer saslname_mech_name;
+ gssx_buffer saslname_mech_desc;
gssx_typed_hole extensions<>;
};