On 8 June 2012 18:12, Joseph Farran <[email protected]> wrote: > Greetings. > > How does one set access to an OGE queue to have access from more than one > Linux group? > > So if I have Linux groups staff, bio, and chem, how do I make my "test" queue > only accessible by these 3 groups? Create an access_list (with qconf -Au). Put @staff,@bio,@chem in the entries field. Add the access list to the user_lists entry of the queue. Alternatively create three separate lists for the three groups and add them all to the user_lists entry of the queue. NB: This only works for the user's primary group (some sort of performance thing I believe). If you want to have secondary groups then you could create a cron job to synchronise your Grid Engine access_list with your unix groups.
William > What kind of Q type do I setup? > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users > > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
