wizardofzos / pyracf

RACF parsing for the rest of us...
Apache License 2.0
6 stars 8 forks source link

fix: conditional columns were omitted from .acl() output #35

Closed rob-vh closed 4 months ago

rob-vh commented 5 months ago

r.datasets.acl() would not show the CATYPE and CANAME columns, even if they have data It would show the ID and ACCESS fields in the line, though.

r.datasetConditionalAccess would show all column.

Fixed: if there is CATYPE, CANAME, CA-CRITERIA or NET-ID, we now show them. Otherwhise we drop the columns.