Changeset e14f472
- Timestamp:
- Nov 9, 2009 6:58:02 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- d205d97
- Parents:
- 9fea17b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/abac_test.sh
r9fea17b re14f472 1 1 #!/bin/sh 2 2 3 # Create a new context for the negotiation3 # Create a new contexts for the negotiation 4 4 ./abac_client.py create --cert=emulab.pem --transport=soap \ 5 5 --trace \ 6 6 --url=http://localhost:8443/axis2/services/feddABACPort \ 7 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 \ 8 ./abac_client.py create --cert=emulab.pem --transport=soap \ 10 9 --trace \ 11 10 --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' 13 17 # Test a two part negoitation 14 18 ./abac_client.py access --cert=emulab.pem --transport=soap \ 15 19 --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' \ 17 21 --srcURL=https://localhost:8443/axis2/services/feddABACPort \ 18 --dstContext= 1\22 --dstContext=Alice \ 19 23 --dstURL=https://localhost:8443/axis2/services/feddABACPort 20 24
Note: See TracChangeset
for help on using the changeset viewer.