diff options
Diffstat (limited to 'connect/local.clc.example')
| -rwxr-xr-x | connect/local.clc.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connect/local.clc.example b/connect/local.clc.example index b3357a7..1e6e372 100755 --- a/connect/local.clc.example +++ b/connect/local.clc.example @@ -4,7 +4,7 @@ // This name appears on the login box
Name=Example Cristal Server
Logo=http://path.to/image
-Authenticator=com.c2kernel.lookup.ldap.LDAPAuthManager
+Authenticator=org.cristalise.kernel.lookup.ldap.LDAPAuthManager
// TCP server ports
ItemServer.name=HOSTNAME
@@ -13,7 +13,7 @@ ItemServer.Proxy.port=1553 ItemServer.Console.port=8080
// LDAP config
-Lookup=com.c2kernel.lookup.ldap.LDAPLookup
+Lookup=org.cristalise.kernel.lookup.ldap.LDAPLookup
LDAP.GlobalPath=LDAPROOTPATH
LDAP.RootPath=cn=cristal
LDAP.LocalPath=cn=dev
|
