00001 /* 00002 * Copyright (c) 2001 EU DataGrid. 00003 * For license conditions see http://www.eu-datagrid.org/license.html 00004 * 00005 * Copyright (c) 2001, 2002 by 00006 * Martijn Steenbakkers <martijn@nikhef.nl>, 00007 * David Groep <davidg@nikhef.nl>, 00008 * NIKHEF Amsterdam, the Netherlands 00009 */ 00010 00018 #ifndef LCMAPS_TYPES_H 00019 #define LCMAPS_TYPES_H 00020 00021 /****************************************************************************** 00022 Include header files 00023 ******************************************************************************/ 00024 00025 #include <gssapi.h> 00026 00027 /****************************************************************************** 00028 Type definitions 00029 ******************************************************************************/ 00030 00037 typedef char *lcmaps_request_t; 00038 00047 typedef struct lcmaps_cred_id_s 00048 { 00049 gss_cred_id_t cred; 00050 char * dn; 00051 } 00052 lcmaps_cred_id_t; 00053 00054 #endif /* LCMAPS_TYPES_H */ 00055 00056 /****************************************************************************** 00057 CVS Information: 00058 $Source: /cvs/fabric_mgt/gridification/lcmaps/include/lcmaps_types.h,v $ 00059 $Date: 2003/07/10 16:33:23 $ 00060 $Revision: 1.4 $ 00061 $Author: martijn $ 00062 ******************************************************************************/