diff options
| author | ogattaz <olivier@gattaz.com> | 2014-07-07 10:59:14 +0200 |
|---|---|---|
| committer | ogattaz <olivier@gattaz.com> | 2014-07-07 10:59:14 +0200 |
| commit | 6772bfb46b72d859c316a9f6573d0c6be477ad5c (patch) | |
| tree | dafa343584216685e68b6edae37570eb97cf9d0c /connect/local.clc.example | |
| parent | 2fd193d7936084de91eae46e8c2763914d87ab71 (diff) | |
| parent | 0b689a787288f5a4ba568157905c3a0577f83821 (diff) | |
Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernel
Diffstat (limited to 'connect/local.clc.example')
| -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
|
