#!/bin/sh # Create a new context for the negotiation ./abac_client.py create --cert=emulab.pem --transport=soap \ --trace \ --url=http://localhost:8443/axis/services/feddABACPort \ --file=/usr/local/tomcat5.5/webapps/axis/WEB-INF/geni.txt # Run the negotiation with an access request ./abac_client.py access --cert=emulab.pem --transport=soap \ --trace \ --url=http://localhost:8443/axis/services/feddABACPort \ --context_id=2 --goal='GENI:GENI.CTFaccess<<---Alice'