<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=757292120-05012004><FONT face=Arial size=2>We are running Zeus 
as the webserver and using Zope extensively.&nbsp; Everything works wonderfully 
except for one major thing.&nbsp; In order to password protect a directory we 
have to setup the users and groups in Zeus and therefore we are unable to use 
things like SimpleUserFolder with some python/zsql scripts to auth users for a 
specific website's members folder.</FONT></SPAN></DIV>
<DIV><SPAN class=757292120-05012004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=757292120-05012004><FONT face=Arial size=2>We have a PostgreSQL 
DB setup with a table called users.&nbsp; In that table are various columns 
(username, password, etc.).&nbsp; We have a folder in the site called members 
and we need to make sure that no one can access anything inside the members 
folder without first authenticating through a page that contains a login form 
(type in username and password, click the submit button, the system auth's from 
data within the db and either lets the user in or return a page that says sorry 
the login and password don't match, etc.).</FONT></SPAN></DIV>
<DIV><SPAN class=757292120-05012004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=757292120-05012004><FONT face=Arial size=2>How do I accomplish 
this?&nbsp; Zeus seems to allow either explicitly defining the users/groups from 
within the Zeus management interface OR allows you to use an LDAP server.&nbsp; 
There is nothing regarding using a DB to hold the user info.&nbsp; Perhaps I am 
just missing the correct way to make this happen?</FONT></SPAN></DIV>
<DIV><SPAN class=757292120-05012004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=757292120-05012004><FONT face=Arial 
size=2>kittonian</FONT></SPAN></DIV></BODY></HTML>