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]>

Reply via email to