summaryrefslogtreecommitdiff
path: root/src/main/resources/module.xml
blob: 521b14595c31c05770b14b4a2b88a182cd308f06 (plain)
1
2
3
4
5
6
7
8
9
10
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>