I'd like to be able to have OpenSER run with a secondary group association other than its primary group (set in openser config as group=groupname, or if group= is left out then uses the primary group in /etc/passwd)
I've tried setting group= twice however then it only takes the last assignment. I've tried leaving out any group= definition in openser.cf however it then only uses the primary group in /etc/passwd
Is it not possible? If so then what changes would be required to make it work?
You should be able to use:
group=secondary_group_name
Openser does setgid() when daemonize.
Cheers, Daniel
On 07/06/06 23:36, Tavis P wrote:
I'd like to be able to have OpenSER run with a secondary group association other than its primary group (set in openser config as group=groupname, or if group= is left out then uses the primary group in /etc/passwd)
I've tried setting group= twice however then it only takes the last assignment. I've tried leaving out any group= definition in openser.cf however it then only uses the primary group in /etc/passwd
Is it not possible? If so then what changes would be required to make it work?
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Sorry, i meant to say "with a secondary group association in addition to its primary group"
Daniel-Constantin Mierla wrote:
You should be able to use:
group=secondary_group_name
Openser does setgid() when daemonize.
Cheers, Daniel
On 07/06/06 23:36, Tavis P wrote:
I'd like to be able to have OpenSER run with a secondary group association other than its primary group (set in openser config as group=groupname, or if group= is left out then uses the primary group in /etc/passwd)
I've tried setting group= twice however then it only takes the last assignment. I've tried leaving out any group= definition in openser.cf however it then only uses the primary group in /etc/passwd
Is it not possible? If so then what changes would be required to make it work?
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hello,
On 07/07/06 20:26, Tavis P wrote:
Sorry, i meant to say "with a secondary group association in addition to its primary group"
I haven't seen any application doing this by setting multiple groups to run under it. What actually could be to achieve this, is to set user="userid" in you config and have "userid" member of many groups. Is this enough?
Cheers, Daniel
Daniel-Constantin Mierla wrote:
You should be able to use:
group=secondary_group_name
Openser does setgid() when daemonize.
Cheers, Daniel
On 07/06/06 23:36, Tavis P wrote:
I'd like to be able to have OpenSER run with a secondary group association other than its primary group (set in openser config as group=groupname, or if group= is left out then uses the primary group in /etc/passwd)
I've tried setting group= twice however then it only takes the last assignment. I've tried leaving out any group= definition in openser.cf however it then only uses the primary group in /etc/passwd
Is it not possible? If so then what changes would be required to make it work?
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users