ZOSOpenTools / sudoport

Sudo
Apache License 2.0
1 stars 0 forks source link

visudo check warnings for RACF ids #5

Closed gngrossi closed 1 year ago

gngrossi commented 1 year ago

The user ids listed are RACF defined.

cd /hewitt/zopentools/guild/sudo*/sbin ./visudo -c -f /hewitt/zopentools/my_sudo/sudoers

/hewitt/zopentools/my_sudo/sudoers:72:14: Runas_Alias "T0UDPP" referenced but not defined /hewitt/zopentools/my_sudo/sudoers:73:14: Runas_Alias "P0UDPP" referenced but not defined /hewitt/zopentools/my_sudo/sudoers:76:14: Runas_Alias "T0EDMP" referenced but not defined /hewitt/zopentools/my_sudo/sudoers:77:14: Runas_Alias "P0EDMP" referenced but not defined /hewitt/zopentools/my_sudo/sudoers:80:14: Runas_Alias "BFJAVA" referenced but not defined /hewitt/zopentools/my_sudo/sudoers: parsed OK

IgorTodorovskiIBM commented 1 year ago

Thanks, should have a fix for this shortly

IgorTodorovskiIBM commented 1 year ago

Will be fixed by https://github.com/ZOSOpenTools/sudoport/pull/7

gngrossi commented 1 year ago

bash-5.2$ cd /hewitt/zopentools/guild/sudo*/sbin bash-5.2$ ./visudo -c -f /hewitt/zopentools/my_sudo/sudoers /hewitt/zopentools/my_sudo/sudoers: parsed OK