2000-11-15
2000-11-15 09:55:25 by Per Hedbor <ph@opera.com>
-
90ecbb84779d70602e791a5f2edcb35292f476eb
(9 lines)
(+6/-3)
[
Show
| Annotate
]
Branch: 5.2
Fix [Bug 738 (#738)] by updating documentation so it reflects how it really works (more or less)
Rev: server/base_server/configuration.pike:1.395
1:
// A vitual server's main configuration
// Copyright © 1996 - 2000, Roxen IS.
- constant cvs_version = "$Id: configuration.pike,v 1.394 2000/11/13 09:57:04 per Exp $";
+ constant cvs_version = "$Id: configuration.pike,v 1.395 2000/11/15 09:55:25 per Exp $";
#include <module.h>
#include <module_constants.h>
#include <roxen.h>
2234: Inside #if defined(MODULE_LEVEL_SECURITY)
{
me->defvar("_seclvl", 0, DLOCALE(18, "Security: Security level"),
TYPE_INT,
- DLOCALE(19, "The modules security level is used to determine if a "
+ DLOCALE(0, "The modules security level is used to determine if a "
" request should be handled by the module."
"\n<p><h2>Security level vs Trust level</h2>"
" Each module has a configurable <i>security level</i>."
2249: Inside #if defined(MODULE_LEVEL_SECURITY)
" <li> Each time the request is handled by a module the"
" <i>trust level</i> of the module will be set to the"
" lower of its <i>trust level</i> and the modules"
- " <i>security level</i>.</li>"
+ " <i>security level</i>, <i>unless</i> the security "
+ " level of the module is 0, which is a special "
+ " case and means that no change should be made.</li>"
" </ul></p>"
"\n<p><h2>Example</h2>"
" Modules:<ul>"