source: fedd/abac_test.sh @ 2ed74c6

axis_examplecompt_changesinfo-opsversion-3.01version-3.02
Last change on this file since 2ed74c6 was 2ed74c6, checked in by Ted Faber <faber@…>, 15 years ago

typos

  • Property mode set to 100644
File size: 834 bytes
RevLine 
[af51a97]1#!/bin/sh
2
[181cf9c]3# Create a new context for the negotiation
4./abac_client.py create --cert=emulab.pem --transport=soap \
5        --trace \
[20cda34]6        --url=http://localhost:8443/axis2/services/feddABACPort \
[181cf9c]7        --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 \
10        --trace \
[20cda34]11        --url=http://localhost:8443/axis2/services/feddABACPort \
12        --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice' 
13# Test a two part negoitation
14./abac_client.py access --cert=emulab.pem --transport=soap \
[2ed74c6]15        --trace --url=http://localhost:8443/axis2/services/feddABACPort \
[20cda34]16        --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice' \
[2ed74c6]17        --srcURL=https://localhost:8443/axis2/services/feddABACPort \
[20cda34]18        --dstContext=1 \
[2ed74c6]19        --dstURL=https://localhost:8443/axis2/services/feddABACPort
[20cda34]20
Note: See TracBrowser for help on using the repository browser.