<?xml version="1.0" encoding="UTF-8"?>
<ajxpcore id="authfront.http_server" enabled="false" label="CONF_MESSAGE[Basic Http by Server]" description="CONF_MESSAGE[Basic Http Auth performed by server (e.g. apache htaccess)]"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
	<class_definition filename="plugins/authfront.http_server/ServerHttpAuthFrontend.php" classname="Pydio\Auth\Frontend\ServerHttpAuthFrontend"/>
    <client_settings>
        <resources>
            <i18n namespace="authfront.http_server" path="plugins/authfront.http_server/i18n"/>
        </resources>
    </client_settings>
    <server_settings>
        <global_param name="CREATE_USER" type="boolean" label="CONF_MESSAGE[Create User]"
                      description="CONF_MESSAGE[Automatically create user if it does not already exists]" default="true"/>
        <global_param name="AJXP_ADMIN" type="string" label="CONF_MESSAGE[Admin login]"
                      description="CONF_MESSAGE[Automatically set this login as pydio administrator]"/>
        <global_param name="ORDER" type="integer" label="CONF_MESSAGE[Order]" description="CONF_MESSAGE[Order this plugin with other auth frontends]" default="1"/>
        <global_param name="PROTOCOL_TYPE" type="select"
                      choices="session_only|CONF_MESSAGE[Sessions Only],no_session|CONF_MESSAGE[REST Only],both|CONF_MESSAGE[Session-based or Rest]"
                      label="CONF_MESSAGE[Protocol Type]" description="CONF_MESSAGE[Enable/disable automatically based on the protocol used]" default="both"/>
    </server_settings>
</ajxpcore>