Subversion Repositories XServices

Rev

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

Rev 162 Rev 175
Line 26... Line 26...
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.
28
# roles.
Line 29... Line 29...
29
 
29
 
30
#Administrator = c:/t*/*, c:/windows/*, d:/**/VIDEO, C:/Users/brosenberger/**, d:/data/**, c:/**
30
#Administrator = c:/t*/*, c:/windows/*, d:/**/VIDEO, C:/Users/brosenberger/**, d:/data/**, c:/**
Line 31... Line 31...
31
Administrator = c:/TEMP/**, XmlService||test
31
Administrator = FileInfoService||c:/temp/**, XmlService||test
32
 
32
 
33
[urls]
33
[urls]
34
# The 'urls' section is used for url-based security
34
# The 'urls' section is used for url-based security
Line 44... Line 44...
44
/MiscService = anon
44
/MiscService = anon
45
/StorageService = anon
45
/StorageService = anon
46
/StringService = anon
46
/StringService = anon
47
/XmlService = anon
47
/XmlService = anon
Line -... Line 48...
-
 
48
 
-
 
49
 
-
 
50
/fileinfo/** = authcBasic
-
 
51
/dimcminfo/** = anon
48
 
52
 
49
/** = authcBasic
53
/** = authcBasic
Line 50... Line 54...
50
#/** = anon
54
#/** = anon
51
 
55