crusade-tracker/config/_auth/nt-domain.xml.dist

13 lines
454 B
Plaintext
Raw 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="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>