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.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml
new file mode 100644
index 0000000..521b145
--- /dev/null
+++ b/src/main/resources/module.xml
@@ -0,0 +1,11 @@
+<CristalModule ns="ldap" name="CristalLDAP">
+ <Info>
+ <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>
+ <Imports/>
+</CristalModule> \ No newline at end of file