allow to store FQANs in principal desc
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 16 Mar 2010 23:00:13 +0000 (23:00 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 16 Mar 2010 23:00:13 +0000 (23:00 +0000)
org.glite.security.gss/interface/glite_gss.h

index 9e78d75..9468689 100644 (file)
@@ -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