Statistics
| Branch: | Tag: | Revision:

root / jboss / conf / gss.properties @ 46268014

History | View | Annotate | Download (1.9 kB)

1 b92302c1 pastith
serviceName=Pithos
2 2f551abc Panagiotis Astithas
serviceURL=http://127.0.0.1:8080/pithos/
3 d9feaa7b fstamatelopoulos
restUrl=http://127.0.0.1:8080/pithos/rest/
4 bde4eafb pastith
externalApiPath=gss/ExternalAPIBean/local
5 14ad7326 pastith
version=1.0.0-beta
6 11af52e2 pastith
noUsernameMessage=<B>No username found in the Shibboleth attributes!</B><P>Your Identity Provider sent the following attributes:
7 14ad7326 pastith
fileRepositoryPath=/tmp/gss-root
8 14ad7326 pastith
#quota in bytes(10GB)
9 14ad7326 pastith
quota=10737418240
10 ef7584c0 pastith
#milliseconds a request's timestamp may differ from the current system time (10')
11 ef7584c0 pastith
timeSkew=600000
12 4bd93f6c pastith
#number of days the authentication token is valid
13 4bd93f6c pastith
tokenTTL=1
14 d3b633c7 pastith
solrSelectUrl=http://localhost:8983/solr/select
15 14ad7326 pastith
solrUpdateUrl=http://localhost:8983/solr/update
16 14ad7326 pastith
solrUpdateRichUrl=http://localhost:8983/solr/update/rich
17 14ad7326 pastith
#must be in sync with solrconfig.xml's multipartUploadLimitInKB parameter
18 4b7228e1 pastith
solrDocumentUploadLimitInKB=30720
19 4b7228e1 pastith
#Tomcat apparently converts data received through the AJP connector to ISO-8859-1
20 4b7228e1 pastith
requestAttributeEncoding=ISO-8859-1
21 50135fa5 pastith
#an announcement message that will be displayed when the user logs in the system
22 50135fa5 pastith
announcement=
23 c917374b Panagiotis Astithas
# The test user, for development environments only! The presence of this property
24 c917374b Panagiotis Astithas
# makes the Login servlet consider the specified user as having successfully
25 c917374b Panagiotis Astithas
# authenticated through Shibboleth.
26 c917374b Panagiotis Astithas
testUsername=past@ebs.gr
27 2f551abc Panagiotis Astithas
# A boolean flag that signals whether the registration process requires
28 2f551abc Panagiotis Astithas
# entering an invitation code, or is open to everyone.
29 2f551abc Panagiotis Astithas
onlyRegisterWithCode=false
30 2f551abc Panagiotis Astithas
# An introductory text for the invitation code page.
31 2f551abc Panagiotis Astithas
invitesIntro=You may sign up for the service by submitting the invitation code that you received.
32 3f6fd106 Panagiotis Astithas
# The LDAP server where user accounts will be created.
33 3f6fd106 Panagiotis Astithas
ldapHost=hal2.ebs.gr
34 3f6fd106 Panagiotis Astithas
# The DN to use when connecting to the LDAP server.
35 46268014 Panagiotis Astithas
bindDn=cn=Manager\,dc=ebs\,dc=gr
36 3f6fd106 Panagiotis Astithas
# The password to use when connecting to the LDAP server.
37 3f6fd106 Panagiotis Astithas
bindPassword=secret
38 3f6fd106 Panagiotis Astithas
# The base DN where user accounts will be created.
39 46268014 Panagiotis Astithas
baseDn=ou=people\,dc=ebs\,dc=gr
40 3f6fd106 Panagiotis Astithas
# The LDAP objectClass to use for new accounts.
41 3f6fd106 Panagiotis Astithas
objectClass=inetOrgPerson