blob: 4218c4b4ec092dc92ed9e922951e82ee8275efa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
// Cristal Connect Local Centre example file
// Copy this and change things
// This name appears on the login box
Name=Example Cristal Server
Logo=http://path.to/image
// TCP server ports
ItemServer.name=localhost
ItemServer.iiop=1505
ItemServer.Proxy.port=1555
ItemServer.Console.port=8080
// LDAP Lookup config
Authenticator=org.cristalise.kernel.lookup.ldap.LDAPAuthManager
Lookup=org.cristalise.kernel.lookup.ldap.LDAPLookup
LDAP.GlobalPath=SUFFIX
LDAP.RootPath=cn=cristal
LDAP.LocalPath=cn=dev
LDAP.port=389
LDAP.host=localhost
LDAP.user=USER
LDAP.password=PASS
// XMLDB config
XMLDB.URI=xmldb:exist://HOSTNAME:8080/exist/xmlrpc/db
XMLDB.root=dev
XMLDB.user=admin
XMLDB.password=PASS
|