Steve Sobol wrote:
> I nuked the development box I was using 1.4.1 on, since it was crashing
> a lot, and
> installed PHP4 and 1.4.1-5 tarballs on my production webserver. (I was
> using 1.4.1-2)
>
> I'm still having the same problem where I created a sitegroup, logged in
> as admin
> user into that sitegroup, and created a regular user. That regular user
> can log in ok
> as USER+NEWSITEGROUP but if I just try to log in as USER with the same
> password, the authentication fails.
Would it be possible for you to add
fprintf(stderr, "Midgard: host sitegroup = %d\n", host_sitegroup);
after
host_sitegroup = mgd->sitegroup;
in lib/src/midgard.c (on line 270 of CVS)
and
fprintf(stderr, "Midgard: Setting host sitegroup to %d\n", ftstatus->sitegroup);
after
ftstatus->sitegroup = atoi(mgd_colvalue(res, 5));
in mod_midgard.c (line 662 in CVS)
It looks like the host sitegroup is set incorrectly somehow.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]