<>Site Authorization Service
Purpose
Site authorization service (SAZ) allows security authorities of the grid site to impose site-wide policy and to control access to the site.

SAZ Fuctionality



SAZ Components

 

Components 



SAZ Server  

SAZ DB

SAZ Client

Admin Interface Server

AI/UIClient


 

CLI Examples
The UI Client allows to perform the following commands:
 
The AI Client allows to perform the following commands:



INSTALL

    To install the Server

    To install the Client

    For quick Server setup
       cd setup
       Populate SAZDB
       ./createDB.sh <root password for MySql>

    SAZServer
            sazserver
            DBPassword ('12345'. You can change this later)
       
    AIServer
    
  Edit conf/csLogin.conf file and change the hostname for fnal.vox.saz.server.AIServer to your hostname

             aiserver
            DBPassword ('12345'. You can change this later)



    For quick Client test
    Client for AIServer
         aiclient <aiserver hostname> <aiserver port>
        uiclient <aiserver hostname> <aiserver port>


    Client for SAZServer
    Change the sazc.conf file to list the host name and port where you have started the server or use the dafaut conf file pointing to the production server at FNAL
                sazclient -file <conf file> <cert0> <cert1> <cert2> ... <certn>
                Example
                sazclient -file sazc.conf /tmp/x509up_u500 /home/sekhri/.globus/usercert.pem /etc/grid-security/certificates/1c3f2ca8.0


READMEs

    Server README
    Client README


Features and Usage

     Features.txt