Benjamin Renard commited on 2014-12-11 10:06:48
Showing 2 changed files, with 122 additions and 0 deletions.
... | ... |
@@ -0,0 +1,92 @@ |
1 |
+#deploy dir |
|
2 |
+deploy.path=/home/cas/webapps/cas |
|
3 |
+ |
|
4 |
+#configuration file to use |
|
5 |
+config.file=${basedir}/config.properties |
|
6 |
+#config.file=${basedir}/resources/quickstart/quickstart.properties |
|
7 |
+ |
|
8 |
+#use maven dependency offline |
|
9 |
+#must run on time inline |
|
10 |
+maven.offline=false |
|
11 |
+ |
|
12 |
+#SVN part to get other update |
|
13 |
+svnant.update.url=http://subversion.cru.fr/cas-toolbox/tags/3.4.7-1/update.esup/ |
|
14 |
+svnant.repository.user= |
|
15 |
+svnant.repository.passwd= |
|
16 |
+svnant.update.path=${basedir}/update.esup |
|
17 |
+svnant.update.version=HEAD |
|
18 |
+ |
|
19 |
+# do not change after this line |
|
20 |
+#package configuration |
|
21 |
+package.name=cas-toolbox |
|
22 |
+package.version=1 |
|
23 |
+package.build.path=${build.path}/package |
|
24 |
+ |
|
25 |
+#quickstart configruation |
|
26 |
+#config.file=${basedir}/resources/quickstart/quickstart.properties |
|
27 |
+quickstart.name=cas-quickstart |
|
28 |
+quickstart.version=1 |
|
29 |
+quickstart.build.path=${build.path}/quickstart |
|
30 |
+quickstart.ressource.path=${resources.path}/quickstart |
|
31 |
+ |
|
32 |
+#maven properties |
|
33 |
+maven.ant.task.version=2.0.9 |
|
34 |
+maven.local.dir=maven-repository |
|
35 |
+maven.local.repository=${basedir}/build/${maven.local.dir} |
|
36 |
+maven.package.name=cas-maven-repository |
|
37 |
+maven.proxy.host= |
|
38 |
+maven.proxy.port=8080 |
|
39 |
+maven.proxy.username= |
|
40 |
+maven.proxy.password= |
|
41 |
+ |
|
42 |
+update.path=${basedir}/update,${basedir}/update.esup |
|
43 |
+#${basedir}/update.esup |
|
44 |
+#${basedir}/update.stats |
|
45 |
+#${basedir}/update.memcache |
|
46 |
+#${basedir}/update.blockattack |
|
47 |
+#${basedir}/update.traceme |
|
48 |
+custom.path=${basedir}/custom |
|
49 |
+build.path=${basedir}/build |
|
50 |
+resources.path=${basedir}/resources |
|
51 |
+ |
|
52 |
+cas.build.path=${build.path}/cas |
|
53 |
+cas.update.webpage.path=${update.path}/webpages |
|
54 |
+cas.custom.webpage.path=${custom.path}/webpages |
|
55 |
+cas.update.source.path=${update.path}/source |
|
56 |
+cas.custom.source.path=${custom.path}/source |
|
57 |
+ |
|
58 |
+quickstart.build.path=${build.path}/quickstart |
|
59 |
+quickstart.ressource.path=${resources.path}/quickstart |
|
60 |
+ |
|
61 |
+simpleTestHandler.name= |
|
62 |
+simpleTestHandler.conf=simpletest-auth.xml |
|
63 |
+ |
|
64 |
+ldapHandler.name=cas-server-support-ldap |
|
65 |
+ldapHandler.conf=ldap-auth.xml |
|
66 |
+ |
|
67 |
+fileHandler.name=cas-server-support-generic |
|
68 |
+fileHandler.conf=file-auth.xml |
|
69 |
+ |
|
70 |
+jdbcHandler.name=cas-server-support-jdbc |
|
71 |
+jdbcHandler.conf=jdbc-auth.xml |
|
72 |
+ |
|
73 |
+legacyHandler.name=cas-server-support-legacy |
|
74 |
+legacyHandler.conf=legacy-auth.xml |
|
75 |
+ |
|
76 |
+openidHandler.name=cas-server-support-openid |
|
77 |
+openidHandler.conf=openid-auth.xml |
|
78 |
+ |
|
79 |
+radiusHandler.name=cas-server-support-radius |
|
80 |
+radiusHandler.conf=radius-auth.xml |
|
81 |
+ |
|
82 |
+spnegoHandler.name=cas-server-support-spnego |
|
83 |
+spnegoHandler.conf=spnego-auth.xml |
|
84 |
+ |
|
85 |
+trustedHandler.name=cas-server-support-trusted |
|
86 |
+trustedHandler.conf=trusted-auth.xml |
|
87 |
+ |
|
88 |
+x509dHandler.name=cas-server-support-x509 |
|
89 |
+x509dHandler.conf=x509-auth.xml |
|
90 |
+ |
|
91 |
+ |
|
92 |
+ |
... | ... |
@@ -0,0 +1,30 @@ |
1 |
+# Ldap properties |
|
2 |
+ldap.host.1=ldap://ldap1.fr:389 |
|
3 |
+ldap.host.2=ldap://ldap2.fr:389 |
|
4 |
+ldap.basedn=uid=%u,ou=people,dc=univ,dc=fr |
|
5 |
+ |
|
6 |
+# file authenticate layer |
|
7 |
+passfile.encode-algo=MD5 |
|
8 |
+passfile.location=classpath:/../usersFile |
|
9 |
+log.dir=${catalina.home}/logs |
|
10 |
+ |
|
11 |
+#cas host |
|
12 |
+cas.host=localhost |
|
13 |
+# cas uri (empty if /) |
|
14 |
+cas.uri= |
|
15 |
+# cas port empty (if standard) |
|
16 |
+cas.port=:8080 |
|
17 |
+ |
|
18 |
+#User allow to use services manager (services/manage.html) |
|
19 |
+security.useradmin=admin |
|
20 |
+ |
|
21 |
+# graphic theme |
|
22 |
+#theme=default |
|
23 |
+theme=esup |
|
24 |
+views=default |
|
25 |
+ |
|
26 |
+# auth layer to use |
|
27 |
+# see build.properties to view all |
|
28 |
+cas.authHandlers=fileHandler |
|
29 |
+ |
|
30 |
+ |
|
0 | 31 |