Benjamin Renard commited on 2014-12-29 17:41:33
Showing 1 changed files, with 36 additions and 0 deletions.
... | ... |
@@ -0,0 +1,36 @@ |
1 |
+cas.securityContext.serviceProperties.service=https://@cas.host@@cas.port@@cas.uri@/services/j_acegi_cas_security_check |
|
2 |
+# Names of roles allowed to access the CAS service manager |
|
3 |
+cas.securityContext.serviceProperties.adminRoles=ROLE_ADMIN |
|
4 |
+cas.securityContext.casProcessingFilterEntryPoint.loginUrl=https://@cas.host@@cas.port@@cas.uri@/login |
|
5 |
+cas.securityContext.ticketValidator.casServerUrlPrefix=https://@cas.host@@cas.port@@cas.uri@ |
|
6 |
+ |
|
7 |
+ |
|
8 |
+cas.themeResolver.defaultThemeName=@theme@ |
|
9 |
+cas.viewResolver.basename=@views@_views |
|
10 |
+ |
|
11 |
+host.name=@cas.host@ |
|
12 |
+ |
|
13 |
+#database.hibernate.dialect=org.hibernate.dialect.OracleDialect |
|
14 |
+#database.hibernate.dialect=org.hibernate.dialect.MySQLDialect |
|
15 |
+database.hibernate.dialect=org.hibernate.dialect.HSQLDialect |
|
16 |
+ |
|
17 |
+ |
|
18 |
+#User allow to acces service management |
|
19 |
+security.useradmin=@security.useradmin@ |
|
20 |
+ |
|
21 |
+ |
|
22 |
+#Handler to use (cf cas\WEB-INF\*.auth.xml to find id) |
|
23 |
+cas.authHandlers=@cas.authHandlers@ |
|
24 |
+ |
|
25 |
+#LDAP auth configuration |
|
26 |
+ldap.host.1=@ldap.host.1@ |
|
27 |
+ldap.host.2=@ldap.host.2@ |
|
28 |
+ldap.basedn=@ldap.basedn@ |
|
29 |
+ |
|
30 |
+#FILE auth configuration |
|
31 |
+passfile.encode-algo=@passfile.encode-algo@ |
|
32 |
+passfile.location=@passfile.location@ |
|
33 |
+ |
|
34 |
+#CAS URI (empty for /) |
|
35 |
+cas.uri=@cas.uri@ |
|
36 |
+ |
|
0 | 37 |