Hi Ken, Your config looks like old .properties config format. INI config looks different and is documented here:
http://shiro.apache.org/static/current/apidocs/org/apache/shiro/realm/text/IniRealm.html Definitely look at the 'user definitions' and 'role definitions' links in the JavaDoc - they explain how to format the [users] and [roles] sections, respectively. HTH! Les On Sun, Mar 3, 2013 at 8:32 AM, Ken in Nashua <[email protected]> wrote: > this is what i am trying to model > > this syntax is promoted by tapestry-security > > there is scant examples for it > > four users (the actual names) > o ADMIN > o ANONYMOUS > o SUPERUSER > o JDOE > > three roles > o manager > o user > o administrator > > four permissions > o create > o read > o update > o delete > > two pages > o Home > o Login > >
