From 02759e3fc52671ac51cf7206761eff8d65473ba5 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 5 Jun 2014 16:57:36 +0200 Subject: Example clc update to show new properties from LDAP refactor --- connect/local.clc.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'connect') 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 -- cgit v1.2.3