Re: [Zope] Q's about Zope security model tweaking

2001-01-25 Thread Chris Withers

J B Bell wrote:
 
 I want to do authentication for a whole subset of the site (indeed, its
 entire public face really), but don't want a huge userfolder build from NIS.
 nisUserFolder doesn't seem like the right solution since I only want to use
 nis if they don't auth in the customary fashion.

Sounds like a job for LoginManager :-)

cheers,

Chris

___
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 )




[Zope] Q's about Zope security model tweaking

2001-01-24 Thread J B Bell

I'd like to make a 'fallback' authorization scheme for Zope.  That is:

If user does not exist in usual UserFolder, then
authenticate against custom module (NIS, in this case)
and give them Anonymous privileges.

I want to do authentication for a whole subset of the site (indeed, its
entire public face really), but don't want a huge userfolder build from NIS.
nisUserFolder doesn't seem like the right solution since I only want to use
nis if they don't auth in the customary fashion.

Can anyone give me some general pointers on this admittedly broad topic?

--JB

___
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 )




[Zope] security model

2000-07-28 Thread Olivier Tanguy

authentification request bug and fail

when running an sql method through an external method (python 1.5.42+) in a
dtml-tree tag
 zope(2.2dev) asks me to login again, what i do without success. Indeed, all
separate components work fine.

Any idea ?
Thanks


___
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 )