Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit c1bb912

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Instructions for avoiding RACF changes
1 parent 7dde0c7 commit c1bb912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ RDEFINE EJBROLE BBGZDFLT.com.ibm.cicsdev.ejb.Administrator UACC(NONE)
6363
PERMIT BBGZDFLT.com.ibm.cicsdev.ejb.Administrator CLASS(EJBROLE) ACCESS(READ) ID(WEBUSER)
6464
```
6565

66+
If you don't have RACF access, you could alter the `Administrator` role in the code to be the `cicsAllAuthenticated` role instead, which is always configured for CICS bundles, in the [CatalogueBean](projects/com.ibm.cicsdev.ejb/ejbModule/com/ibm/cicsdev/ejb/CatalogueBean) class.
67+
6668
## Running the Sample
6769
To create new items in the store send a HTTP request to the stock API:
6870

0 commit comments

Comments
 (0)