> > Adding users to SG0 will do no good. Only root users can usefully be
> > in SG0 groups since they're the only ones that can be logged in and
> > remain in SG0. username+0 doesn't work either, it is named SG0 since it
> > has no name but ID 0. The core code has checks to prevent you from
> > adding cross-sitegroup resources -- in this case I would expect
> > mgd_errstr to report a 'sitegroup violation' when you tried to add the
> > group/user.
>
> No errors were reported through the Admin site.
A general problem with the current admin site. It silently fails where
a warning should have been in order.
> Everything was accepted, but
> the values didn't update as I (erroneously?) expected them to.
Right.
> > When logging into a site without specifying a sitegroup by the
> > extension to the username, the sitegroup you'll be in defaults to the
> > SG of the host record you're accessing. For SG0 you _must_ specify an
> > existing SG since you're never allowed to be in SG0 if you're not
> > root.
>
> Ok, I followed the instructions in the manual. They were a little confusing,
> but it looks like I got it working. One problem, I think. The user now has
> to login with "user+sitegroupname". How can I make it so they only need to
> use "user"? (I'm aiming for as little disruption as possible to an existing
> user base).
In SG0 you can't login without it. What you _can_ do however is 'mount'
the admin site under a non-SG0 site.
Example: site in domain www.example.com, sg1.
You'ld have a host record
(host = www.example.com, prefix='', rootpage = <some id>, sg = 1,
style = <whatever>),
and a host record
(host = www.example.com, prefix='/admin', rootpage = <id of admin rootpage>,
sg = 1, style = <style of admin site>)
The admin root page and style would remain in SG0. People can then log
in to http://www.example.com/admin/ and find 'their own' admin site.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]