NAME

plugauthclient - Plug auth command line client

VERSION

version 0.39

SYNOPSIS

The PlugAuth API can also be interfaced on the command line using the plugauthclient command:

# Find all URLs containing /xyz, alice has permission to GET
plugauthclient resources alice GET /xyz

# Check which resources containing the word "ball" are available
# for charliebrown to perform the "kick" action :
plugauthclient resources charliebrown kick ball

# Check if a given host has the tag "trusted"
plugauthclient host_tag 127.0.0.1 trusted

# List of users
plugauthclient user

# List of groups
plugauthclient group

# List of users belonging to peanuts group
plugauthclient users peanuts

SEE ALSO

PlugAuth, PlugAuth::Client

AUTHOR

Graham Ollis <gollis@sesda3.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by NASA GSFC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.