crusade-tracker/config/_auth/ldap.xml

12 lines
367 B
XML
Raw Permalink Normal View History

2021-01-18 20:27:50 +00:00
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE auth-preset SYSTEM "auth-preset.dtd">
<auth-preset name="LDAP">
<description>LDAP authentication (basic HTTP and Token-Based Authentication)</description>
<auth-modules>
<auth-module type="Token-Auth"/>
<auth-module type="LDAP"/>
<auth-module type="HTTP-Basic"/>
</auth-modules>
</auth-preset>