Statistics
| Branch: | Tag: | Revision:

root / jboss / conf / gss.properties @ 0fcbf8bd

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