RE: [Zope] Authentication, Anonymous and Public

2000-07-05 Thread Capesius, Alan
Title: RE: [Zope] Authentication, Anonymous and Public Brian, here are the steps to recreate: Caveat: Anonymous is unrestricted at the root level 1) Create a folder 2) Remove inherited (acquired) rights for all attributes 3) Add a user to the folder 4) Give the user the manager role 5

Re: [Zope] Authentication, Anonymous and Public

2000-07-05 Thread Chris Withers
Brian Lloyd wrote: > Can you give me a scenario that shows the problem so > that I can reproduce it? (walk me through what objects > to create, what permissions to give, how to try to > access them). This should be done with standard built-in > User/UserFolders if possible. http://lists.zope.org/

RE: [Zope] Authentication, Anonymous and Public

2000-07-05 Thread Brian Lloyd
> > A user that does not log in, i.e. a user you know nothing of, > > gets the "Anonymous" role automatically (at least with "acl_users"). > > A logged in user may not get the "Anonymous" role. > > > > This does not provide additional security, because this > > user may simply shut down his brows

Re: [Zope] Re: Every user should have the Anonymous role everywhere(was :Re: [Zope] Authentication, Anonymous and Public)

2000-07-05 Thread Chris Withers
Stuart Bishop wrote: > or in BasicUserFolder. Either way it should go in the collector. Issue 1391, or in a slightly different phrasing, Issue 467 cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

Re: [Zope] Re: Every user should have the Anonymous role everywhere(was :Re: [Zope] Authentication, Anonymous and Public)

2000-07-05 Thread Stuart Bishop
On Sun, 2 Jul 2000, Dieter Maurer wrote: > Chris Withers writes: > > Dieter Maurer wrote: > > > In Zope, each user has a set of roles. > > > Any user has the "Anonymous" role. Log-in users may have > > > additional roles. > > > > I'm not convinced this is true... > The Content Manager Guid

Re: [Zope] Authentication, Anonymous and Public

2000-07-04 Thread Chris Withers
Dieter Maurer wrote: > A user that does not log in, i.e. a user you know nothing of, > gets the "Anonymous" role automatically (at least with "acl_users"). > A logged in user may not get the "Anonymous" role. > > This does not provide additional security, because this > user may simply shut down

Re: [Zope] Authentication, Anonymous and Public

2000-07-04 Thread Dieter Maurer
Stuart Bishop writes: > On Fri, 30 Jun 2000, Dieter Maurer wrote: > > In Zope, each user has a set of roles. > > Any user has the "Anonymous" role. Log-in users may have > > additional roles. > > > > Thus, what you see, should not happen. > > Users, by default, are not granted the 'Anony

Re: [Zope] Authentication, Anonymous and Public

2000-07-04 Thread Stuart Bishop
On Fri, 30 Jun 2000, Dieter Maurer wrote: > Capesius, Alan writes: > > I'm running into a problem after implementing jcNTUserFolder in a > > subfolder of my site. Users can access the root level or particular > > subfolders anonymously. Once a user accesses the protected > > NTUserFolder,

Re: [Zope] Re: Every user should have the Anonymous role everywhere (was :Re: [Zope] Authentication, Anonymous and Public)

2000-07-03 Thread Chris Withers
Dieter Maurer wrote: > > > In Zope, each user has a set of roles. > > > Any user has the "Anonymous" role. Log-in users may have > > > additional roles. > > > > I'm not convinced this is true... > The Content Manager Guide (Security, Authorization) states it > this way: > > The "Anonymous

[Zope] Re: Every user should have the Anonymous role everywhere (was :Re: [Zope] Authentication, Anonymous and Public)

2000-07-02 Thread Dieter Maurer
Chris Withers writes: > Dieter Maurer wrote: > > In Zope, each user has a set of roles. > > Any user has the "Anonymous" role. Log-in users may have > > additional roles. > > I'm not convinced this is true... The Content Manager Guide (Security, Authorization) states it this way: The "An

[Zope] Every user should have the Anonymous role everywhere (was :Re: [Zope]Authentication, Anonymous and Public)Authentication, Anonymous and Public)

2000-07-01 Thread Chris Withers
Dieter Maurer wrote: > In Zope, each user has a set of roles. > Any user has the "Anonymous" role. Log-in users may have > additional roles. I'm not convinced this is true... Quoting from the LoginManager CHANGES.TXT file: > Generic User Source, like the GenericUserFolder product it was inspired

RE: [Zope] Authentication, Anonymous and Public

2000-06-30 Thread Alan Capesius, MCSE
t; > From: Dieter Maurer[SMTP:[EMAIL PROTECTED]] > > Sent: Friday, June 30, 2000 4:40:26 PM > > To: Capesius, Alan > > Cc: [EMAIL PROTECTED] > > Subject:Re: [Zope] Authentication, Anonymous and Public > > Auto forwarded by a Rule > >

Re: [Zope] Authentication, Anonymous and Public

2000-06-30 Thread Dieter Maurer
Capesius, Alan writes: > I'm running into a problem after implementing jcNTUserFolder in a > subfolder of my site. Users can access the root level or particular > subfolders anonymously. Once a user accesses the protected > NTUserFolder, the credentials are saved in the browser. If the user

[Zope] Authentication, Anonymous and Public

2000-06-29 Thread Capesius, Alan
Title: Authentication, Anonymous and Public I'm running into a problem after implementing jcNTUserFolder in a subfolder of my site. Users can access the root level or particular subfolders anonymously. Once a user accesses the protected NTUserFolder, the credentials are saved in the browser