--------------------------------------------------------------------------
How to use the Globus Toolkit 4 LCAS & LCMAPS AuthZ and Mapping Interface:
--------------------------------------------------------------------------

Execute <PREFIX>/sbin/gt4-interface-install.sh. The options are:
- debug: 
         Prints the variables used in the scripts, check for the used GLOBUS_FLAVOR.
         By default the Globus Flavor is set to 'gcc32', which must change to the Globus Flavor used on the installed machine.
         The reason why this is done at the install and left free from the build, is that some Globus Flavors are cross-compatible with each other and I don't know all the working variant at build time.

- install: 
         Will set the paths in the /etc/grid-security/gsi-authz.conf file and will also set a few needed symbolic links to be able to work with the currently set Globus Flavor.

- deinstall: 
         Moves the /etc/grid-security/gsi-authz.conf to /etc/grid-security/gsi-authz.conf.deinstalled to disable this interface from being used by the Globus tools.

