crusade-tracker/config/_auth/ldap-ntlm.xml
2021-01-18 15:27:50 -05:00

15 lines
524 B
XML

<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE auth-preset SYSTEM "auth-preset.dtd">
<auth-preset name="Active Directory (LDAP with NTLM)">
<description>LDAP authentication (basic HTTP, NTLM and Token-Based Authentication)</description>
<auth-modules>
<auth-module type="Token-Auth"/>
<auth-module type="LDAP"/>
<auth-module type="HTTP-Basic"/>
<auth-module type="HTTP-NTLM">
<property key="allowCreatingNewUsersByLogin">false</property>
</auth-module>
</auth-modules>
</auth-preset>