diff options
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
|
