|
From: Thomas C. <cal...@gm...> - 2014-11-19 17:25:26
|
Hi, I would like to report an issue regarding the group parameter in a netplex process. It can be used to set a group for the worker processes. It seems the code wrongly re-use the "user" variable instead of using the "group" variable to fetch the corresponding group with Unix.getgrnam. This issue is hidden if you have matching user/group (user1/user1), but if you start using a different user/group pair (user1/nogroup) then netplex_config fails. I have attached a patch (applied to 3.7.3) to correct this behavior. It should be easily adapted to other versions. Regards, Thomas C. |