diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-07-25 09:42:02 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-07-25 09:42:02 +0200 |
| commit | 632e906a610506f688835078f5398d3d1cd2792f (patch) | |
| tree | f6c4f8f5bcb1ad044ee1fbd21ba988e775a775bd /connect/dev.clc.example | |
| parent | 9fa07aca9753d51aeeea274be64d6530eb0908f0 (diff) | |
Example file updates
Allow full path to clc
Remove cristal-dev dependency
Diffstat (limited to 'connect/dev.clc.example')
| -rwxr-xr-x | connect/dev.clc.example | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/connect/dev.clc.example b/connect/dev.clc.example index d912536..fea32d9 100755 --- a/connect/dev.clc.example +++ b/connect/dev.clc.example @@ -2,28 +2,20 @@ // Copy this and change things
// This name appears on the login box
-Name=Another Cristal Server
+Name=Example 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.iiop=1500
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.RootPath=cn=cristal
+LDAP.LocalPath=cn=dev
LDAP.port=389
LDAP.host=LDAPHOSTNAME
-// note these two values should be removed when we're in production
LDAP.user=LDAPROOTUSER
LDAP.password=LDAPPASSWORD
|
