diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-06-05 16:57:36 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-06-05 16:57:36 +0200 |
| commit | 02759e3fc52671ac51cf7206761eff8d65473ba5 (patch) | |
| tree | 25878750ec536ad1d61fad80f8a34ea6a46e7a13 /connect | |
| parent | e73468fd08cc27aa31f76a27c916e45d5987c628 (diff) | |
Example clc update to show new properties from LDAP refactor
Diffstat (limited to 'connect')
| -rwxr-xr-x | connect/local.clc.example | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connect/local.clc.example b/connect/local.clc.example index fea32d9..8448917 100755 --- a/connect/local.clc.example +++ b/connect/local.clc.example @@ -1,9 +1,10 @@ -// Cristal 2 Connect Local Centre example file
+// Cristal 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
+Authenticator=com.c2kernel.lookup.ldap.LDAPAuthManager
// TCP server ports
ItemServer.name=HOSTNAME
@@ -11,7 +12,9 @@ ItemServer.iiop=1500 ItemServer.Proxy.port=1553
ItemServer.Console.port=8080
-// LDAP Lookup config
+// LDAP config
+Lookup=com.c2kernel.lookup.ldap.LDAPLookup
+NextKeyManager=com.c2kernel.lookup.ldap.LDAPNextKeyManager
LDAP.GlobalPath=LDAPROOTPATH
LDAP.RootPath=cn=cristal
LDAP.LocalPath=cn=dev
|
