modifies a work security map for the specified resource adapter
update-connector-work-security-map [--help] --raname raname [--addprincipals eis-principal1=server-principal1[, eis-principal2=server-principal2]*] [--addgroups eis-group1=server-group1[, eis-group2=server-group2]*] [--removeprincipals eis-principal1[,eis-principal2]*] [--removegroups eis-group1[, eis-group2]*] mapname
The update-connector-work-security-map subcommand modifies a security map for the specified resource adapter.
This subcommand is supported in remote mode only.
--help-?Displays the help text for the subcommand.
--addgroupsSpecifies a comma-separated list of EIS groups to be added. Use either the --addprincipals option or the --addgroups option, but not both.
--addprincipalsSpecifies a comma-separated list of EIS-specific principals to be added. Use either the --addprincipals option or the --addgroups option, but not both.
--removegroupsSpecifies a comma-separated list of EIS groups to be removed.
--removeprincipalsSpecifies a comma-separated list of EIS-specific principals to be removed.
--ranameIndicates the connector module name with which the work security map is associated.
The name of the work security map to be updated.
This example updates workSecurityMap2 by removing eis-group-2.
asadmin> update-connector-work-security-map --raname my-resource-adapter --removegroups eis-group-2 workSecurityMap2 Command update-connector-work-security-map executed successfully.
subcommand executed successfully
error in executing the subcommand
create-connector-work-security-map(1), delete-connector-work-security-map(1), list-connector-work-security-maps(1)