blob: d912536b8b5fe93ea2c8d32a1f5a5309e36858c2 (
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 2 Connect Local Centre example file
// Copy this and change things
// This name appears on the login box
Name=Another Cristal Server
Logo=http://path.to/image
// Specify the URL for domain resources, or a package path
DomainResourceURL=
// Orbacus config
ooc.iiop.port=1500
// TCP server ports
ItemServer.name=HOSTNAME
ItemServer.HTTP.port=8000
ItemServer.Proxy.port=1553
ItemServer.Console.port=8080
Incoming.port=89
// LDAP Lookup config
LDAP.GlobalPath=LDAPROOTPATH
LDAP.RootPath=cn=cristal2
LDAP.LocalPath=cn=LCNAME
LDAP.port=389
LDAP.host=LDAPHOSTNAME
// note these two values should be removed when we're in production
LDAP.user=LDAPROOTUSER
LDAP.password=LDAPPASSWORD
|