|
|||||||||||||||||||||||||||||||||||||||||||
Synopsis mcredctl [-d credtype[:credid]] [-h credtype:credid] [-l credtype] [-q {role|limit|profile|accessfrom|accessto} credtype[:credid]] [--format=xml] [-r {stats|credits} credtype[:credid]] Overview The mcredctl command controls various aspects about the credential objects within Moab. It can be used to display configuration, limits, roles, and relationships for various moab credential objects.Arguments
Credential Statistics XML Output Credential statistics can be requested as XML (via the --format=xml argument) and will be written to STDOUT in the following format:
> mcredctl -q profile user --format=xml -o time:1182927600,1183013999
<Data>
<user ...>
<Profile ...>
</Profile>
</user>
</Data>
The statistics XML for the credential is found in the Profile XML element. Example 1 > mcredctl -d group:john GROUPCFG[john] Successfully purged from config files Example 2 > mcredctl -l user --format=xml <Data><user ID="john"</user><user ID="john"></user><user ID="root"></user><user ID="dev"></user></Data> Example 3 > mcredctl -q role user:john --format=xml <Data><user ID="test" role="admin5"></user></Data> See Also
Searches Moab documentation only
|
|||||||||||||||||||||||||||||||||||||||||||
| © 2001-2010 Adaptive Computing Enterprises, Inc. | |||||||||||||||||||||||||||||||||||||||||||