13 lines
348 B
XML
13 lines
348 B
XML
<?xml version='1.0' encoding='ISO-8859-1' ?>
|
|
<!DOCTYPE auth-config SYSTEM "auth-config.dtd">
|
|
|
|
<auth-config>
|
|
<auth-modules>
|
|
<auth-module type="Default">
|
|
<property key="freeRegistrationAllowed">false</property>
|
|
</auth-module>
|
|
<auth-module type="Token-Auth" />
|
|
<auth-module type="HTTP-Basic"/>
|
|
</auth-modules>
|
|
</auth-config>
|