diff options
| author | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
| commit | 254ee6f47eebfc00462c10756a92066e82cc1a96 (patch) | |
| tree | 8273ff95c704e6faa3f92b4711253427b9ba0481 /connect | |
Initial commit2.2
Diffstat (limited to 'connect')
| -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
|
