Hi people..
I'm trying to get mailman working on a freeBSD server. Everything seems fine except for the web/cgi interface. Mailman is bailing out because it cannot figure out the group of apache user (who runs all the cgi stuff):
mailman uses getgrgid() to verify the group-name and it is returning null. I wrote a small test program to call getgrgid(). It returns the right group if I run it from my account or as any other humans, but it fails for system accounts like www, nobody, pgsql etc. One of my own system hardening attempts might be creating the trouble here, but I'm not able to figure it out
P
Would appreciate any help to sort it out.. Thanks in anticipation
I'm trying to get mailman working on a freeBSD server. Everything seems fine except for the web/cgi interface. Mailman is bailing out because it cannot figure out the group of apache user (who runs all the cgi stuff):
mailman uses getgrgid() to verify the group-name and it is returning null. I wrote a small test program to call getgrgid(). It returns the right group if I run it from my account or as any other humans, but it fails for system accounts like www, nobody, pgsql etc. One of my own system hardening attempts might be creating the trouble here, but I'm not able to figure it out

Would appreciate any help to sort it out.. Thanks in anticipation
