14 lines
457 B
XML
14 lines
457 B
XML
|
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||
|
<!DOCTYPE auth-preset SYSTEM "auth-preset.dtd">
|
||
|
|
||
|
<auth-preset name="Default">
|
||
|
<description>Built-in authentication (basic HTTP and Token-Based Authentication)</description>
|
||
|
<auth-modules>
|
||
|
<auth-module type="Default">
|
||
|
<property key="freeRegistrationAllowed">true</property>
|
||
|
</auth-module>
|
||
|
<auth-module type="Token-Auth"/>
|
||
|
<auth-module type="HTTP-Basic"/>
|
||
|
</auth-modules>
|
||
|
</auth-preset>
|