User tools for manipulating user credentials.

/-------/
arcproxy:

/-------/
arcproxyalt: The alternative of arcproxy, by using the emi authentication library for the credential manipulation.

/-------/
arcslcs:

examples
 ./arcslcs -S https://127.0.0.1:60000/slcs -I https://idp.testshib.org/idp/shibboleth -U myself -P myself -D /home/wzqiang/arc-0.9/src/clients/credentials -z client.conf
./arcslcs -S https://127.0.0.1:60000/slcs -I https://squark.uio.no/idp/shibboleth -U staff -P 123456 -D /home/wzqiang/arc-0.9/src/clients/credentials -z client.conf
# use with Confusa and WebSSO authentication method
./arcslcs -c -m web -S https://confusatest.pdc.kth.se/slcs -I https://openidp.feide.no -U test -P pass -D /home/tzangerl/.globus -z client.conf
# use with Confusa and OAuth authentication method
./arcslcs -c -m oauth -S https://confusatest.pdc.kth.se/slcs -I https://aitta2.funet.fi/idp/shibbolet -U test -P pass -D /home7tzangerl/.globus -z client.conf

All the options can also be configured in the client.conf file.
For testing against the test-purpose Identity Provider. The following username can be used:
staff, researcher, librarian, binduser 
with the same password "123456"

