diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:11 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:11 +0200 |
| commit | 0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 (patch) | |
| tree | e3a56cee83865f8c703deb790c15d3e79e871a82 /connect/local.clc.example | |
| parent | 50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff) | |
Repackage to org.cristalise
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
|
