We are not using the version number in the server code, and even if we were, we would...
[pithos] / jboss / conf / gss.properties
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 solrSelectUrl=http://localhost:8983/solr/select
18 solrUpdateUrl=http://localhost:8983/solr/update
19 solrUpdateRichUrl=http://localhost:8983/solr/update/rich
20 # Must be in sync with solrconfig.xml's multipartUploadLimitInKB parameter
21 solrDocumentUploadLimitInKB=30720
22 # Tomcat apparently converts data received through the AJP connector to ISO-8859-1
23 requestAttributeEncoding=ISO-8859-1
24 # An announcement message that will be displayed when the user logs in the system
25 announcement=
26 # The test user, for development environments only! The presence of this property
27 # makes the Login servlet consider the specified user as having successfully
28 # authenticated through Shibboleth.
29 testUsername=past@ebs.gr
30 # A boolean flag that signals whether the registration process requires
31 # entering an invitation code, or is open to everyone.
32 onlyRegisterWithCode=false
33 # An introductory text for the invitation code page.
34 invitesIntro=You may sign up for the service by entering the invitation code you received in the field below and clicking 'submit'.
35 # The LDAP server where user accounts will be created.
36 ldapHost=hal2.ebs.gr
37 # The DN to use when connecting to the LDAP server.
38 bindDn=cn=Manager\,dc=ebs\,dc=gr
39 # The password to use when connecting to the LDAP server.
40 bindPassword=secret
41 # The base DN where user accounts will be created.
42 baseDn=ou=people\,dc=ebs\,dc=gr
43 # The (one or more) LDAP objectClass to use for new accounts.
44 objectClass=eduPerson, inetOrgPerson, mailRecipient, organizationalPerson, person
45 # An introductory text for the coupon code page.
46 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.