[Zope-Checkins] CVS: Zope/doc - ENVIRONMENT.txt:1.4

Andreas Jung andreas@zope.com
Tue, 30 Oct 2001 12:31:24 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv24367/doc

Modified Files:
	ENVIRONMENT.txt 
Log Message:
minor adjustments


=== Zope/doc/ENVIRONMENT.txt 1.3 => 1.4 ===
 
 
-    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 @@
         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 @@
         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
@@ -187,13 +199,6 @@
 
         This variable allows you to customize the size of the Zope stack
         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