diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-06-12 19:49:01 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-06-12 19:49:01 +0200 |
| commit | 6aa1f44575a48bdc633fdf6a3274fd6a1a4065b9 (patch) | |
| tree | 8119c78f4bc8fbd71a8ee76d6d65fc78617653a7 /src/main/resources/module.xml | |
Initial migration out of cristal-kernel
Diffstat (limited to 'src/main/resources/module.xml')
| -rw-r--r-- | src/main/resources/module.xml | 11 |
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 |
