diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:20:44 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:20:44 +0200 |
| commit | 4a90596e4c8ff50f5624c0739f3710723a90a485 (patch) | |
| tree | b15e58347eda0378b729782747ee6099d02756fb /src/main/config | |
| parent | 83547d4945de81cbf4db57c629432fb8c180012f (diff) | |
Repackage to org.cristalise
Diffstat (limited to 'src/main/config')
| -rw-r--r-- | src/main/config/local.clc.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/config/local.clc.example b/src/main/config/local.clc.example index f6fe35d..af92205 100644 --- a/src/main/config/local.clc.example +++ b/src/main/config/local.clc.example @@ -12,8 +12,8 @@ ItemServer.Proxy.port=1553 ItemServer.Console.port=8080
// LDAP config
-Authenticator=com.c2kernel.lookup.ldap.LDAPAuthManager
-Lookup=com.c2kernel.lookup.ldap.LDAPLookup
+Authenticator=org.cristalise.kernel.lookup.ldap.LDAPAuthManager
+Lookup=org.cristalise.kernel.lookup.ldap.LDAPLookup
LDAP.GlobalPath=LDAPROOTPATH
LDAP.RootPath=cn=cristal
LDAP.LocalPath=cn=dev
|
