Changes between Version 8 and Version 9 of iRODSwithGSI


Ignore:
Timestamp:
12/03/12 18:09:36 (11 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iRODSwithGSI

    v8 v9  
    115115==== Server ====
    116116
    117 1.  Configure the iRODS client on the server node to use the rods user in file /home/globus/.irods/.irodsEnv
     1171.  Make the .irods subdirectory
     118{{{
     119   mkdir /home/globus/.irods
     120}}}
     121
     1222.  Configure the iRODS client on the server node to use the rods user in file /home/globus/.irods/.irodsEnv
    118123{{{
    119124# iRODS server host name:
     
    134139}}}
    135140
    136 2.  Create users (I had alice).  Password is not needed since we will be using GSI.
     1413.  Create users (I had alice).  Password is not needed since we will be using GSI.
    137142{{{
    138143   iadmin mkuser alice rodsuser
    139144}}}
    140145
    141 3.  We will add user authentication ids later after we set up certificates.
     1464.  We will add user authentication ids later after we set up certificates.
    142147
    143148==== Client ====
    144149
    145 1.  Configured the irods client to use GSI authentication and the alice user.
     1501.  Make the .irods subdirectory
     151{{{
     152   mkdir /home/globus/.irods
     153}}}
     154
     1552.  Configure the iRODS client on the client node to use GSI authentication and the alice user.  Create file /home/globus/.irods/.irodsEnv with contents similar to the following.
    146156{{{
    147157irodsHost 'pc475.emulab.net'