Commit 366142c8 authored by Tres Seaver's avatar Tres Seaver

* Add warning (per Collector #733) that clearing the superuser password

  (in order to enable REMOTE_USER mode) also opens the monitor to any
  user connecting through localhost.
parent c4677c0e
...@@ -365,6 +365,11 @@ Zope authentication with existing web servers ...@@ -365,6 +365,11 @@ Zope authentication with existing web servers
restriction is that the value must match a user defined in restriction is that the value must match a user defined in
Apache's user database. Apache's user database.
N.B.: removing the password in the access file also enables
access to the monitor for any user connecting through
the localhost interface -- DISABLE THE MONITOR if using
this option on any box which allows untrusted logins.
Shut down Zope by doing:: Shut down Zope by doing::
kill `cat var/Main.pid` kill `cat var/Main.pid`
......
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