Can I just clarify that it is not possible to "rename" the Authenticated
role in the policy file in order to map it to something else in the LDAP
directory?
Last time I investigated this, it seemed that jspwiki expected there to
be a role named "Authenticated" that the user was a member of,
regardless of what the policy file might call this role.
Andrew Jaquith wrote:
David - your simple example works much better than my long-winded
explanation might have. :) Nice one.
Ryan - the important point here is that you can add container roles to
your security policy file using the syntax in David's example. You can
use container roles in wiki page ACLs, too. To make this work, you
need to make sure you have a "role" element in your web.xml for each
LDAP group you are referencing.
Andrew
On Mar 5, 2008, at 16:59, David Gao <[EMAIL PROTECTED]> wrote: