ups it was too late last night, I saw I added a reference. Basically it is
the same as it comes in the docu.

Thanks.

# =======================
# Shiro INI configuration
# =======================

[main]
# Objects and their properties are defined here, 
# Such as the securityManager, Realms and anything
# else needed to build the SecurityManager

[users]
# The 'users' section is for simple deployments
# when you only need a small number of statically-defined 
# set of User accounts.
thor = xxx, admin
x = x, user

[roles]
# The 'roles' section is for simple deployments
# when you only need a small number of statically-defined
# roles.
admin = *
user = user:*

[urls]
# The 'urls' section is used for url-based security
# in web applications.  We'll discuss this section in the
# Web documentation

--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Spring-TextConfigurationRealm-problems-tp6932391p6935440.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to