24 lines
1 KiB
XML
24 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<root:module
|
|
xmlns="http://eld.x4o.org/xml/ns/eld-lang"
|
|
xmlns:root="http://eld.x4o.org/xml/ns/eld-root"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://eld.x4o.org/xml/ns/eld-root http://eld.x4o.org/xml/ns/eld-root-1.0.xsd"
|
|
providerName="vasc.forwardfire.net"
|
|
name="Vasc Backend LDAP"
|
|
id="vasc-backend-ldap"
|
|
>
|
|
<description>Provides VASC LDAP backend support.</description>
|
|
<namespace uri="http://vasc.forwardfire.net/xml/ns/vasc-backend-ldap"
|
|
schemaUri="http://vasc.forwardfire.net/xml/ns/vasc-backend-ldap-1.0.xsd"
|
|
schemaResource="vasc-backend-ldap-1.0.xsd"
|
|
schemaPrefix="ldap"
|
|
name="Vasc Backend LDAP"
|
|
id="ns-vasc-backend-ldap"
|
|
>
|
|
<description>Provides backend and connection provider support.</description>
|
|
<element tag="ldapBackend" objectClass="net.forwardfire.vasc.backend.ldap.LdapVascBackend"/>
|
|
<element tag="ldapConnectionProvider" objectClass="net.forwardfire.vasc.backend.ldap.LdapConnectionProviderImpl"/>
|
|
</namespace>
|
|
</root:module>
|