summaryrefslogtreecommitdiff
path: root/connect/local.clc.example
blob: 1e6e372e94cf162feb37261812fae70bbbf1a1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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
Authenticator=org.cristalise.kernel.lookup.ldap.LDAPAuthManager

// TCP server ports
ItemServer.name=HOSTNAME
ItemServer.iiop=1500
ItemServer.Proxy.port=1553
ItemServer.Console.port=8080

// LDAP config
Lookup=org.cristalise.kernel.lookup.ldap.LDAPLookup
LDAP.GlobalPath=LDAPROOTPATH
LDAP.RootPath=cn=cristal
LDAP.LocalPath=cn=dev
LDAP.port=389
LDAP.host=LDAPHOSTNAME
LDAP.user=LDAPROOTUSER
LDAP.password=LDAPPASSWORD