Subversion Repositories XServices

Rev

Rev 146 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 146 Rev 162
Line 8... Line 8...
8
# else needed to build the SecurityManager
8
# else needed to build the SecurityManager
Line 9... Line 9...
9
 
9
 
10
realm = net.brutex.xservices.security.XServicesRealm
10
realm = net.brutex.xservices.security.XServicesRealm
Line 11... Line 11...
11
securityManager.realms = $realm
11
securityManager.realms = $realm
Line 12... Line 12...
12
 
12
 
13
#authc = org.apache.shiro.web.filter.authc.FormAuthenticationFilter
13
authcBasic = org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter
14
 
14
 
15
[users]
15
[users]
16
# The 'users' section is for simple deployments
16
# The 'users' section is for simple deployments
Line 17... Line 17...
17
# when you only need a small number of statically-defined 
17
# when you only need a small number of statically-defined 
18
# set of User accounts.
18
# set of User accounts.
Line 19... Line 19...
19
# Format: user = password, role1, role2, ...
19
# Format: user = password, role1, role2, ...
20
 
20
 
21
admin = password
21
admin = , Administrator
22
brian = password, Administrator
22
brian = brian, Administrator
Line 23... Line 23...
23
 
23
 
-
 
24
 
Line 24... Line 25...
24
 
25
[roles]
25
[roles]
26
# The 'roles' section is for simple deployments
26
# The 'roles' section is for simple deployments
27
# when you only need a small number of statically-defined
27
# when you only need a small number of statically-defined
28
# roles.
Line -... Line 29...
-
 
29
 
-
 
30
#Administrator = c:/t*/*, c:/windows/*, d:/**/VIDEO, C:/Users/brosenberger/**, d:/data/**, c:/**
-
 
31
Administrator = c:/TEMP/**, XmlService||test
-
 
32
 
-
 
33
[urls]
-
 
34
# The 'urls' section is used for url-based security
28
# roles.
35
# in web applications.  We'll discuss this section in the
-
 
36
# Web documentation
-
 
37
 
-
 
38
/ArchiveService = anon
Line -... Line 39...
-
 
39
/DateService = anon
-
 
40
/ExecuteService = anon
Line 29... Line 41...
29
 
41
/FileService = anon
30
Administrator = c:/t*/*, c:/windows/*, d:/**/VIDEO, C:/Users/brosenberger/**, d:/data/**, c:/**
42
/JobService = anon
31
 
43
/MailService = anon
32
[urls]
44
/MiscService = anon