Statistics
| Branch: | Tag: | Revision:

root / jboss / conf / gss.properties @ 46268014

History | View | Annotate | Download (1.9 kB)

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