I was hoping you could bail me out here...
My shiro.ini needs to be modeled simple
but I am banging my head against the wall trying to find out how... I have
read and searched everywhere for this.
Can you help me nail this... it should only take a minute
All I want is the following...
four users (the actual names)
ADMINANONYMOUSSUPERUSERJDOE
three roles
manageruseradministrator
four permissions
createreadupdatedelete
two pages
HomeLogin
my attempt looks like this since my system operates shiro.ini like this format
can anyone help me model this correctly
SHIRO.INI
--------------------------------------------------
user.localuser = local, anonymous
role.admin = user:create
role.admin = user:read
role.admin = user:update
role.admin = user:delete
user.admin = admin, admin
role.anonymous = user:create
role.anonymous = user:read
role.anonymous = user:update
role.anonymous = user:delete