Thanks guys for the tips. I will go ahead down the route of modifying the
SecureAction.
----- Original Message -----
From: "Eric Dobbs" <[EMAIL PROTECTED]>
To: "Turbine Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 5:46 PM
Subject: Re: Turbine Security - adding groups
> Assuming you are using TDK 2.1...
> Have a look at <tdkhome>/webapps/newapp/WEB-
> INF/src/java/org/mycompany/newapp/modules/actions/SecureAction.java
>
> where the code is doing
> acl.hasRole("turbine_root")
>
> you probably want
> acl.hasPermission("login","someOtherGroup")
>
>
> One other gotcha...
> turbine groups might not be what you think they are.
> they are not groups of users, but groups of pages and actions
> (just in case you didn't know that)
>
> -Eric
>
> On Tuesday, November 13, 2001, at 03:12 PM, Dave Hollar wrote:
>
> > I am using tdk 2.1 and am trying to add users, groups, roles,
> > permissions through a standalone app. I can add all of these and the
> > database reflects the changes. But if I set a user to be in any group
> > other than the 'global' group that was generated from the ant, the user
> > is unable to login. I believe the relationships have all been set up
> > properly. Are there additional rules that I've missed?
> >
> > thanks-
> > Dave
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>