basically u just want users with the flag 'G' to have '*' ? no problem for me to add that.
but then what does the line 'admingroups ...' in every userfile mean ?
isn't that the list of groups that user is an admin of ?
should i combine both statements ?
if (user has flag G) or (user has groupid of listed group in his admingroups line) then show '*'
|