Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

listAllSubsystems: what minimum privileges are needed? #223

Open
joschi99 opened this issue Dec 6, 2024 · 1 comment
Open

listAllSubsystems: what minimum privileges are needed? #223

joschi99 opened this issue Dec 6, 2024 · 1 comment

Comments

@joschi99
Copy link

joschi99 commented Dec 6, 2024

Anyone knows what are the minimum privileges needed for the AS400 user to work with listAllSubsystems? At the moment it seem's working only when user have "all object" privilege.

@kadler
Copy link
Member

kadler commented Dec 6, 2024

Looks like that uses an ObjectList:

ObjectList objList = new ObjectList(system, "*ALL", "*ALL", "*SBSD");

That calls QGYOLOBJ and you may want to check the section on Authorities and Locks there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants