diff options
Diffstat (limited to 'connect/dev.clc.example')
| -rwxr-xr-x | connect/dev.clc.example | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/connect/dev.clc.example b/connect/dev.clc.example new file mode 100755 index 0000000..d912536 --- /dev/null +++ b/connect/dev.clc.example @@ -0,0 +1,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
|
