[Opensource] removing group membership "Nobody"?
Michael Rimov
rimovm at centercomp.com
Mon Apr 5 11:40:00 PDT 2004
Larry,
I think the issue with this is that if you do not have nobody as a group
member, then when a person is officially added to the user database, then
all anonymously accessible pages suddenly become inaccessible. It is
possible that user registration currently takes care of this by adding the
nobody group to a new user, but I'm a little concerned about side effects of
the change you're proposing.... albeit it is more of a gut reaction than a
concrete "don't do it" :)
HTH!
-Mike (R)
-----Original Message-----
From: opensource-bounces at jcorporate.com
[mailto:opensource-bounces at jcorporate.com] On Behalf Of larry hamel
Sent: Friday, April 02, 2004 10:51 AM
To: opensource at jcorporate.com
Subject: [Opensource] removing group membership "Nobody"?
in DefaultUserInfo.getGroups(), line 510, adds a group to every user's list
of group memberships:
myGroups.addElement("Nobody");
why?
Unless there is a good reason, I propose removing this imposed membership of
"Nobody", with an optional Setup switch to reinstate it in case someone is
depending on it.
More information about the Opensource
mailing list