Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

lcmaps_cred_data.c File Reference

Routines to handle lcmaps credential data. More...

#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include "_lcmaps_cred_data.h"
#include "lcmaps_log.h"
#include "lcmaps_vo_data.h"

Go to the source code of this file.

Functions

void printCredData (int debug_level)
 Get pointer to a list of credential data of a certain type. More...


Detailed Description

Routines to handle lcmaps credential data.

Author:
Oscar Koeroo and Martijn Steenbakkers for the EU DataGrid.

Definition in file lcmaps_cred_data.c.


Function Documentation

printCredData int    debug_level
 

Get pointer to a list of credential data of a certain type.

Parameters:
debug_level  the debug level
Returns:
nothing

Definition at line 320 of file lcmaps_cred_data.c.

References cred_data_s::cntPriGid, cred_data_s::cntSecGid, cred_data_s::cntUid, cred_data_s::cntVoCred, cred_data_s::cntVoCredMapping, cred_data_s::cntVoCredString, cred_data_s::dn, cred_data_s::priGid, cred_data_s::secGid, cred_data_s::uid, cred_data_s::VoCred, cred_data_s::VoCredMapping, and cred_data_s::VoCredString.


Variable Documentation

cred_data_t credData [static]
 

Initial value:

{
    (char *) NULL,                
    (uid_t *) NULL,               
    (gid_t *) NULL,               
    (gid_t *) NULL,               
    (lcmaps_vo_data_t *) NULL,    
    (char **) NULL,               
    (lcmaps_vo_mapping_t *) NULL, 
    0,                            
    0,                            
    0,                            
    0,                            
    0,                            
    0,                            
}

Definition at line 41 of file lcmaps_cred_data.c.


Generated on Sat Oct 2 02:18:27 2004 for edg-lcmaps by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002