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

lcas_defines.h File Reference

Public header file with common definitions for the LCAS (authorization modules). More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define LCAS_MOD_SUCCESS   (int)(0)
#define LCAS_MOD_FAIL   (int)(1)
#define LCAS_MOD_NOFILE   (int)(2)
#define LCAS_MOD_ENTRY   (int)(3)
#define LCAS_MOD_NOENTRY   (int)(4)
#define LCAS_ETC_HOME   "/opt/edg/etc/lcas"
#define LCAS_LIB_HOME   "/opt/edg/lib/lcas"
#define LCAS_MOD_HOME   "/opt/edg/lib/lcas/modules"


Detailed Description

Public header file with common definitions for the LCAS (authorization modules).

Author:
Martijn Steenbakkers for the EU DataGrid.

Here the return values for the LCAS plugins/modules are defined as well as the default locations of the LCAS "etc", "lib" and "modules" directories.

Definition in file lcas_defines.h.


Define Documentation

#define LCAS_ETC_HOME   "/opt/edg/etc/lcas"
 

default directory for LCAS configuration data bases

Definition at line 39 of file lcas_defines.h.

#define LCAS_LIB_HOME   "/opt/edg/lib/lcas"
 

default directory for the LCAS library

Definition at line 41 of file lcas_defines.h.

#define LCAS_MOD_ENTRY   (int)(3)
 

Return value of LCAS plugin module indicating that an entry was found

Definition at line 34 of file lcas_defines.h.

#define LCAS_MOD_FAIL   (int)(1)
 

Return value of LCAS plugin module indicating failure (no authorization)

Definition at line 30 of file lcas_defines.h.

#define LCAS_MOD_HOME   "/opt/edg/lib/lcas/modules"
 

default directory for the LCAS plugins/modules

Definition at line 43 of file lcas_defines.h.

#define LCAS_MOD_NOENTRY   (int)(4)
 

Return value of LCAS plugin module indicating that no entry was found

Definition at line 36 of file lcas_defines.h.

#define LCAS_MOD_NOFILE   (int)(2)
 

Return value of LCAS plugin module indicating that no file could be found

Definition at line 32 of file lcas_defines.h.

#define LCAS_MOD_SUCCESS   (int)(0)
 

Return value of LCAS plugin module indicating succes (authorization granted)

Definition at line 28 of file lcas_defines.h.


Generated at Tue Sep 23 15:07:01 2003 for edg-lcas by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001