From: Daniel KouĊ™il Date: Tue, 16 Mar 2010 23:00:13 +0000 (+0000) Subject: allow to store FQANs in principal desc X-Git-Tag: glite-jobid-api-c_R_1_0_2_1~88 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c23e10293effcb62d0045505ab12faf930eb14d8;p=jra1mw.git allow to store FQANs in principal desc --- diff --git a/org.glite.security.gss/interface/glite_gss.h b/org.glite.security.gss/interface/glite_gss.h index 9e78d75..9468689 100644 --- a/org.glite.security.gss/interface/glite_gss.h +++ b/org.glite.security.gss/interface/glite_gss.h @@ -60,8 +60,8 @@ typedef struct _edg_wll_GssStatus { typedef struct _edg_wll_GssPrincipal_data { char *name; unsigned int flags; -#if 0 char **fqans; +#if 0 char **voms_groups; /* needed for legacy LB server authZ mechanism */ edg_wll_GssOid authn_mech; #endif @@ -178,7 +178,6 @@ edg_wll_gss_unread(edg_wll_GssConnection *connection, void *data, size_t len); - #ifdef __cplusplus } #endif