Changeset e14f472


Ignore:
Timestamp:
Nov 9, 2009 6:58:02 PM (14 years ago)
Author:
Jay Jacobs <Jay.Jacobs@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
d205d97
Parents:
9fea17b
Message:

Tweaked to use Alice and GENI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/abac_test.sh

    r9fea17b re14f472  
    11#!/bin/sh
    22
    3 # Create a new context for the negotiation
     3# Create a new contexts for the negotiation
    44./abac_client.py create --cert=emulab.pem --transport=soap \
    55        --trace \
    66        --url=http://localhost:8443/axis2/services/feddABACPort \
    77        --file=/usr/local/tomcat5.5/webapps/axis/WEB-INF/geni.txt
    8 # Run the negotiation with an access request
    9 ./abac_client.py access --cert=emulab.pem --transport=soap \
     8./abac_client.py create --cert=emulab.pem --transport=soap \
    109        --trace \
    1110        --url=http://localhost:8443/axis2/services/feddABACPort \
    12         --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice'
     11        --file=/usr/local/tomcat5.5/webapps/axis/WEB-INF/alice.txt
     12# Run the negotiation with an access request
     13#./abac_client.py access --cert=emulab.pem --transport=soap \
     14#       --trace \
     15#       --url=http://localhost:8443/axis2/services/feddABACPort \
     16#       --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice'
    1317# Test a two part negoitation
    1418./abac_client.py access --cert=emulab.pem --transport=soap \
    1519        --trace --url=http://localhost:8443/axis2/services/feddABACPort \
    16         --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice' \
     20        --context_id=GENI --goal='GENI:GENI.CTFaccess<<---Alice' \
    1721        --srcURL=https://localhost:8443/axis2/services/feddABACPort \
    18         --dstContext=1 \
     22        --dstContext=Alice \
    1923        --dstURL=https://localhost:8443/axis2/services/feddABACPort
    2024
Note: See TracChangeset for help on using the changeset viewer.