On Wed, 24 May 2000, Mabe, Brad wrote:

> I am having problems with GUF authentication after including a call to a sql
> method from within the GUF supplied userList method.  I have GUF installed
> correctly, and able to authenticate from a static list of users I created in
> the userList method. When I attempt to call a sql method from within
> userList, all authentications fail.  Even for the list of static users.
> 
> My modified userList Method is as follows:
> <dtml-in SQL_get_users>
> <dtml-var user_account>
> </dtml-in>
> jorge
> fred
> mongo

Sounds like your userList method has not been granted rights to access
the SQL_get_users method, and you need to grant it a proxy role. Its
in the README.txt.

-- 
Stuart Bishop                          Work: [EMAIL PROTECTED]
Senior Systems Alchemist               Play: [EMAIL PROTECTED]
Computer Science, RMIT


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to