0001-add-URLs-of-the-source-files-for-all-settings-54983.patch
| configuration.rst | ||
|---|---|---|
|
Configuration
|
||
|
=============
|
||
|
Configuration with settings
|
||
|
===========================
|
||
|
Configuration from files
|
||
|
========================
|
||
|
Authentic 2 can be configured by adding or overriding:
|
||
|
* `Django settings <https://docs.djangoproject.com/en/2.2/topics/settings/>`__
|
||
|
* `Authentic 2 Django settings <https://git.entrouvert.org/authentic.git/tree/src/authentic2/settings.py>`__
|
||
|
* `Authentic 2 A2_* settings <https://git.entrouvert.org/authentic.git/tree/src/authentic2/app_settings.py>`__
|
||
|
* `Authentic 2 SAML_* settings <https://git.entrouvert.org/authentic.git/tree/src/authentic2/saml/app_settings.py>`__
|
||
|
* `Authentic 2 A2_FC_* settings <https://git.entrouvert.org/authentic.git/tree/src/authentic2_auth_fc/app_settings.py>`__
|
||
|
* `Authentic 2 A2_AUTH_OIDC_* settings <https://git.entrouvert.org/authentic.git/tree/src/authentic2_oidc_fc/app_settings.py>`__
|
||
|
* `Authentic 2 A2_AUTH_SAML_* settings <https://git.entrouvert.org/authentic.git/tree/src/authentic2_saml_fc/app_settings.py>`__
|
||
|
* `Authentic 2 A2_IDP_CAS_* settings <https://git.entrouvert.org/authentic.git/tree/src/authentic2_idp_cas/app_settings.py>`__
|
||
|
* `Authentic 2 A2_IDP_OIDC_* settings <https://git.entrouvert.org/authentic.git/tree/src/authentic2_idp_oidc/app_settings.py>`__
|
||
|
* `Authentic 2 LDAP_AUTH_SETTINGS <https://git.entrouvert.org/authentic.git/tree/src/authentic2/backends/ldap_backend.py#n531>`__
|
||
|
The following files will be read, in the following order, and their
|
||
|
value will override the defaults found in the sources above:
|
||
|
* `/etc/authentic2/config.py`
|
||
|
* `/etc/authentic2/settings.d/*.py` (sorted in alphabetical order)
|
||
|
Configuration with the administration interface
|
||
|
===============================================
|
||