summaryrefslogtreecommitdiff
path: root/src/main/resources/module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/module.xml')
-rw-r--r--src/main/resources/module.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml
index 521b145..f1b919b 100644
--- a/src/main/resources/module.xml
+++ b/src/main/resources/module.xml
@@ -3,9 +3,8 @@
<Description>LDAP Lookup, Authenticator and NextKeyManager implementations.</Description>
<Version>${version}</Version>
</Info>
- <ResourceURL>com/c2kernel/lookup/ldap/resources/</ResourceURL>
- <Config name="Authenticator">com.c2kernel.lookup.ldap.LDAPAuthManager</Config>
- <Config name="Lookup">com.c2kernel.lookup.ldap.LDAPLookup</Config>
- <Config name="NextKeyManager">com.c2kernel.lookup.ldap.LDAPNextKeyManager</Config>
+ <ResourceURL>org/cristalise/lookup/ldap/resources/</ResourceURL>
+ <Config name="Authenticator">org.cristalise.lookup.ldap.LDAPAuthManager</Config>
+ <Config name="Lookup">org.cristalise.lookup.ldap.LDAPLookup</Config>
<Imports/>
</CristalModule> \ No newline at end of file