table of contents
DACS_GROUP(8) | DACS Web Services Manual | DACS_GROUP(8) |
NAME¶
dacs_group - DACS group administration
SYNOPSIS¶
dacs_group [dacsoptions[1]]
DESCRIPTION¶
This web service is part of the DACS suite.
The dacs_group web service displays DACS group definitions and membership and performs administrative functions on them.
Note
This web service may eventually be replaced by the dacs_admin(8)[2] web service.
Web Service Arguments¶
Besides the standard CGI arguments[3], dacs_group understands the following CGI arguments:
OPERATION
Arguments: GROUP_NAME, JURISDICTION (optional)
Arguments: JURISDICTION
Arguments: GROUP_NAME, JURISDICTION (optional)
Display the roles associated with the caller.
Test whether the caller is in the group specified by GROUP.
Show which groups user MEMBER_NAME belongs to, as known by the receiving jurisdiction. MATCH_JURISDICTION (optional) can be set to limit testing to those groups defined by the given jurisdiction. MATCH_GROUP_NAME (optional) can be set to a regular expressions, applied to each known group name from any jurisdiction, to limit testing to those groups that match the given regex.
Arguments: GROUP_NAME, GROUP_TYPE
Arguments: GROUP_NAME, MEMBER_NAME
Arguments: GROUP_NAME, MEMBER_NAME, MEMBER_TYPE, DACS
Arguments: GROUP_NAME, MEMBER_NAME
Delete the specified cached group definition. JURISDICTION, GROUP_NAME
Arguments: GROUP_NAME, NEW_GROUP_NAME
The jurisdiction receiving the request is being asked to cache one or more group definitions, passed as a groups element (groups.dtd[4]) that is the value of GROUPS.
Reply with one or more group definitions (master or cached copies). GROUP_NAME_LIST is a comma-separated list of group names.
DIAGNOSTICS¶
The program exits 0 if everything was fine, 1 if an error occurred.
SEE ALSO¶
dacs(1)[5], dacs.groups(5)[6], regex(3)[7]
AUTHOR¶
Distributed Systems Software (www.dss.ca[8])
COPYING¶
Copyright © 2003-2018 Distributed Systems Software. See the LICENSE[9] file that accompanies the distribution for licensing information.
NOTES¶
- 1.
- dacsoptions
- 2.
- dacs_admin(8)
- 3.
- standard CGI arguments
- 4.
- groups.dtd
- 5.
- dacs(1)
- 6.
- dacs.groups(5)
- 7.
- regex(3)
- 8.
- www.dss.ca
- 9.
- LICENSE
08/23/2020 | DACS 1.4.40 |