crusade-tracker/config/_auth/nt-domain.xml.dist
2021-01-18 15:27:50 -05:00

13 lines
454 B
XML

<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE auth-preset SYSTEM "auth-preset.dtd">
<auth-preset name="Microsoft Windows Domain">
<description>Microsoft Windows domain authentication (basic HTTP, NTLM and Token-Based Authentication)</description>
<auth-modules>
<auth-module type="Token-Auth"/>
<auth-module type="NT-Domain"/>
<auth-module type="HTTP-Basic"/>
<auth-module type="HTTP-NTLM"/>
</auth-modules>
</auth-preset>