Commit 6cd8313b authored by Andreas Jung's avatar Andreas Jung

minor adjustments

parent 85cb784b
......@@ -90,7 +90,7 @@ Debugging and Logging
See also: LOGGING.txt
STUPID_LOG_SEVERITY
STUPID_LOG_SEVERITY <number>
If set, Zope logs only messages whose severity is level
is higher than the specified one.
......@@ -133,7 +133,17 @@ Debugging and Logging
Run Zope in debug mode if set. Same as -D options (z2.py)
Security issues
Misc.
Z_REALM "your realm"
BOBO_REALM "your realm" (obsolete)
Realm to be used when send HTTP authentication requests to a web
client. The real string is displayed when the web browser pops up
the username/password requester
Security related
NO_SECURITY
......@@ -153,11 +163,13 @@ Security issues
If set, will cause the Zope Security Policy to skip checks relating
to ownership, for servers on which ownership is not important.
ZSP_AUTHENTICATED_SKIP
If set, will cause the Zope Security Policy to skip checks relating
to authentication, for servers which serve only anonymous content.
DISALLOW_LOCAL_PRODUCTS
unknown
......@@ -189,13 +201,6 @@ Esoteric
used by the SecurityManager (default 100).
Z_REALM "your realm"
BOBO_REALM "your realm" (obsolete)
Realm to be used when send HTTP authentication requests to a web
client.
FORCE_PRODUCT_RELOAD
unknown (Shane's Refresh product ???)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment