Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
f4c939e9
Commit
f4c939e9
authored
Dec 10, 1998
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slight doc tweak.
parent
d5cdda8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/WEBSERVER.txt
doc/WEBSERVER.txt
+8
-0
No files found.
doc/WEBSERVER.txt
View file @
f4c939e9
...
...
@@ -35,6 +35,9 @@ Zope authentication with existing web servers.
Zope normally performs both authentication and authorization of users.
Some web servers don't pass authentication information to CGI scripts.
If you keep getting rejected when you try to access Zope through the
web with the "super manager" user name and password, there is a good chance
that your web server is not passing authentication information to Zope.
Tricking Apache to pass authentication headers
...
...
@@ -53,6 +56,11 @@ Zope authentication with existing web servers.
Allowing your server to handle authentication itself
Sometimes you may prefer to handle authentication outside Zope, for
example if your web server already does complex authorization, or
if it seems too difficult to convince it to pass authentication
information to Zope.
As of 1.0.9, Zope began supporting a mode that allowed the web
server to handle authentication. The 'REMOTE_USER' environment
variable is then matched to the identity of a user object in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment