# HG changeset patch # User paulb # Date 1095613957 0 # Node ID 772c97dd235244291de4fcb0070660b05ce0f5fb # Parent c198f28d4cc2121818adbc66d749157a6b197762 [project @ 2004-09-19 17:12:37 by paulb] Added note about Zope and authenticators. diff -r c198f28d4cc2 -r 772c97dd2352 docs/AUTH.txt --- a/docs/AUTH.txt Sun Sep 19 17:12:23 2004 +0000 +++ b/docs/AUTH.txt Sun Sep 19 17:12:37 2004 +0000 @@ -15,7 +15,8 @@ First, set up the usage of such authentication mechanisms in the server/framework environment. For example, introduce Auth directives in your -Apache configuration (see docs/ModPython/NOTES.txt). +Apache configuration (see docs/ModPython/NOTES.txt) or protected folders in +your Zope instance (see docs/Zope/NOTES.txt). Then, define an authenticator when deploying your application; this authenticator will respond with a decision when prompted by the server or