diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-07-25 16:26:49 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-07-25 16:26:49 +0200 |
| commit | d3b099dfc79602b9cfda125aaad39e6e6ae1b921 (patch) | |
| tree | b5388917539fa85dc84bc70cfb8487fe46161225 /connect/local.clc.example | |
| parent | 63ab46b929f77345fc4b58a95bde3f4a1bf55a7e (diff) | |
Use Maven resource filtering for version string
Cleanup warnings
Rename demo instance to 'local' as cristal-dev now defines a server
Diffstat (limited to 'connect/local.clc.example')
| -rwxr-xr-x | connect/local.clc.example | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/connect/local.clc.example b/connect/local.clc.example new file mode 100755 index 0000000..fea32d9 --- /dev/null +++ b/connect/local.clc.example @@ -0,0 +1,21 @@ +// Cristal 2 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=HOSTNAME
+ItemServer.iiop=1500
+ItemServer.Proxy.port=1553
+ItemServer.Console.port=8080
+
+// LDAP Lookup config
+LDAP.GlobalPath=LDAPROOTPATH
+LDAP.RootPath=cn=cristal
+LDAP.LocalPath=cn=dev
+LDAP.port=389
+LDAP.host=LDAPHOSTNAME
+LDAP.user=LDAPROOTUSER
+LDAP.password=LDAPPASSWORD
|
