I'm trying to write a script that will create
network resources depending upon group membership.
Using select & case INGROUP works, but only for the first "true" group. Once the condition has been met the script proceeds to the next section. I need it to act like a Novell script that executes each group membership query individually not in series.
One user can be a member of every group (50+)
Any ideas?
Thanks