summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/LDAPboot.txt4
-rw-r--r--src/main/resources/module.xml11
2 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/LDAPboot.txt b/src/main/resources/LDAPboot.txt
new file mode 100644
index 0000000..995d47d
--- /dev/null
+++ b/src/main/resources/LDAPboot.txt
@@ -0,0 +1,4 @@
+cn=entity,
+cn=last,cn=entity,
+cn=domain,
+cn=agent,cn=domain, \ No newline at end of file
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