From c23e10293effcb62d0045505ab12faf930eb14d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Tue, 16 Mar 2010 23:00:13 +0000 Subject: [PATCH] allow to store FQANs in principal desc --- org.glite.security.gss/interface/glite_gss.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.8.2.3