Statistics
| Branch: | Tag: | Revision:

root / jboss / conf / gss.properties @ c92316b7

History | View | Annotate | Download (2.4 kB)

1
serviceName=Pithos
2
serviceURL=http://127.0.0.1:8080/pithos/
3
restUrl=http://127.0.0.1:8080/pithos/rest/
4
loginUrl=http://127.0.0.1:8080/pithos/login
5
externalApiPath=gss/ExternalAPIBean/local
6
adminApiPath=gss/AdminAPIBean/local
7
version=1.2
8
noUsernameMessage=<B>No username found in the Shibboleth attributes!</B><P>Your Identity Provider sent the following attributes:
9
fileRepositoryPath=/tmp/gss-root
10
# Default quota in bytes (10GB)
11
quota=10737418240
12
# Coupon-awarded quota in bytes (100GB)
13
couponQuota=107374182400
14
# Milliseconds a request's timestamp may differ from the current system time (10')
15
timeSkew=600000
16
# Number of days the authentication token is valid
17
tokenTTL=1
18
solrSelectUrl=http://localhost:8983/solr/select
19
solrUpdateUrl=http://localhost:8983/solr/update
20
solrUpdateRichUrl=http://localhost:8983/solr/update/rich
21
# Must be in sync with solrconfig.xml's multipartUploadLimitInKB parameter
22
solrDocumentUploadLimitInKB=30720
23
# Tomcat apparently converts data received through the AJP connector to ISO-8859-1
24
requestAttributeEncoding=ISO-8859-1
25
# An announcement message that will be displayed when the user logs in the system
26
announcement=
27
# The test user, for development environments only! The presence of this property
28
# makes the Login servlet consider the specified user as having successfully
29
# authenticated through Shibboleth.
30
testUsername=past@ebs.gr
31
# A boolean flag that signals whether the registration process requires
32
# entering an invitation code, or is open to everyone.
33
onlyRegisterWithCode=false
34
# An introductory text for the invitation code page.
35
invitesIntro=You may sign up for the service by entering the invitation code you received in the field below and clicking 'submit'.
36
# The LDAP server where user accounts will be created.
37
ldapHost=hal2.ebs.gr
38
# The DN to use when connecting to the LDAP server.
39
bindDn=cn=Manager\,dc=ebs\,dc=gr
40
# The password to use when connecting to the LDAP server.
41
bindPassword=secret
42
# The base DN where user accounts will be created.
43
baseDn=ou=people\,dc=ebs\,dc=gr
44
# The (one or more) LDAP objectClass to use for new accounts.
45
objectClass=eduPerson, inetOrgPerson, mailRecipient, organizationalPerson, person
46
# An introductory text for the coupon code page.
47
couponsIntro=You may upgrade the quota for your account by entering the coupon code you received in the field below and clicking 'submit'. Please make sure that your account information displayed below is correct. Unauthorized use of coupons by other users is not permitted.