Changes between Version 1 and Version 2 of VdtClientUserGuide

Show
Ignore:
Author:
pavgi@uab.edu (IP: 138.26.125.8)
Timestamp:
10/07/09 19:04:45 (2 months ago)
Comment:

added: VOMS proxy init with group and role info

Legend:

Unmodified
Added
Removed
Modified
  • VdtClientUserGuide

    v1 v2  
    3131}}} 
    3232   
    33  * Get VOMS specific proxy 
     33 * Get VOMS-proxy with VO information 
    3434{{{ 
    35 voms-proxy-init --voms <vo-name>  
     35# voms-proxy-init --voms <vo-name>  
     36voms-proxy-init --voms pacific 
     37}}} 
     38  
     39 * Get VOMS-proxy with VO information + Group information 
     40{{{ 
     41# voms-proxy-init --voms <vo-name>:/<vo-name>/<sub-group-name> 
     42voms-proxy-init --voms pacific:/pacific/japan 
     43}}} 
     44 
     45 * Get VOMS-proxy with VO information + Role information 
     46{{{ 
     47# voms-proxy-init --voms <vo-name>:/<vo-name>/Role=<role-name> 
     48voms-proxy-init --voms pacific:/pacific/Role=moderator  
     49}}} 
     50 
     51 * Get VOMS-proxy with VO information + Group information + Role information 
     52{{{ 
     53# voms-proxy-init --voms <vo-name>:/<vo-name>/<sub-group-name>/Role=<role-name> 
     54voms-proxy-init --voms pacific:/pacific/japan/Role=moderator  
    3655}}} 
    3756