Changed to anonymous access for all services
git-svn-id: https://brutex.net/svn/xservices/trunk@162 e7e49efb-446e-492e-b9ec-fcafc1997a86xservices-jre6
parent
3032a6bf23
commit
261810858b
|
@ -10,7 +10,7 @@
|
||||||
realm = net.brutex.xservices.security.XServicesRealm
|
realm = net.brutex.xservices.security.XServicesRealm
|
||||||
securityManager.realms = $realm
|
securityManager.realms = $realm
|
||||||
|
|
||||||
#authc = org.apache.shiro.web.filter.authc.FormAuthenticationFilter
|
authcBasic = org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter
|
||||||
|
|
||||||
[users]
|
[users]
|
||||||
# The 'users' section is for simple deployments
|
# The 'users' section is for simple deployments
|
||||||
|
@ -18,8 +18,8 @@ securityManager.realms = $realm
|
||||||
# set of User accounts.
|
# set of User accounts.
|
||||||
# Format: user = password, role1, role2, ...
|
# Format: user = password, role1, role2, ...
|
||||||
|
|
||||||
admin = password
|
admin = , Administrator
|
||||||
brian = password, Administrator
|
brian = brian, Administrator
|
||||||
|
|
||||||
|
|
||||||
[roles]
|
[roles]
|
||||||
|
@ -27,15 +27,27 @@ brian = password, Administrator
|
||||||
# when you only need a small number of statically-defined
|
# when you only need a small number of statically-defined
|
||||||
# roles.
|
# roles.
|
||||||
|
|
||||||
Administrator = c:/t*/*, c:/windows/*, d:/**/VIDEO, C:/Users/brosenberger/**, d:/data/**, c:/**
|
#Administrator = c:/t*/*, c:/windows/*, d:/**/VIDEO, C:/Users/brosenberger/**, d:/data/**, c:/**
|
||||||
|
Administrator = c:/TEMP/**, XmlService||test
|
||||||
|
|
||||||
[urls]
|
[urls]
|
||||||
# The 'urls' section is used for url-based security
|
# The 'urls' section is used for url-based security
|
||||||
# in web applications. We'll discuss this section in the
|
# in web applications. We'll discuss this section in the
|
||||||
# Web documentation
|
# Web documentation
|
||||||
|
|
||||||
/** = authcBasic
|
/ArchiveService = anon
|
||||||
|
/DateService = anon
|
||||||
|
/ExecuteService = anon
|
||||||
|
/FileService = anon
|
||||||
|
/JobService = anon
|
||||||
|
/MailService = anon
|
||||||
|
/MiscService = anon
|
||||||
|
/StorageService = anon
|
||||||
|
/StringService = anon
|
||||||
|
/XmlService = anon
|
||||||
|
|
||||||
|
/** = authcBasic
|
||||||
|
#/** = anon
|
||||||
|
|
||||||
#Default filters
|
#Default filters
|
||||||
#Filter Name Class
|
#Filter Name Class
|
||||||
|
|
Loading…
Reference in New Issue