Changed to anonymous access for all services

git-svn-id: https://brutex.net/svn/xservices/trunk@162 e7e49efb-446e-492e-b9ec-fcafc1997a86
xservices-jre6
Brian Rosenberger 2014-06-17 06:26:16 +00:00
parent 3032a6bf23
commit 261810858b
1 changed files with 17 additions and 5 deletions

View File

@ -10,7 +10,7 @@
realm = net.brutex.xservices.security.XServicesRealm
securityManager.realms = $realm
#authc = org.apache.shiro.web.filter.authc.FormAuthenticationFilter
authcBasic = org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter
[users]
# The 'users' section is for simple deployments
@ -18,8 +18,8 @@ securityManager.realms = $realm
# set of User accounts.
# Format: user = password, role1, role2, ...
admin = password
brian = password, Administrator
admin = , Administrator
brian = brian, Administrator
[roles]
@ -27,15 +27,27 @@ brian = password, Administrator
# when you only need a small number of statically-defined
# 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]
# The 'urls' section is used for url-based security
# in web applications. We'll discuss this section in the
# 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
#Filter Name Class