RE: [NeoStats-Devel] [Commits] r2634 - in trunk: . include src
"M" <[email protected]>
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
> Author: Fish
> Date: Tue Jun 21 19:44:37 2005
> +/* Multiple Service Roots? Only usefull if extauth is loaded */
> + CFG_SEC ("ServiceRoots", serviceroots, CFGF_MULTI | CFGF_TITLE),
ExtAuth is now a full NeoStats user management system. The only reason for
the SERVICEROOT config option is to give one user full access in order to
configure NeoStats and ExtAuth at first run. There is no benefit in
providing multiples in the main config given that ExtAuth provides for
multiple roots and any other level.
This is why for 3.0 it was renamed to SERVICEROOT (singular) and should not
be the new confuse SERVICEROOTS (plural).
Mark.