mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
doc: Add filenames to anchor links
This allows other markdown viewers like to follow those links.
This commit is contained in:
parent
394c627397
commit
20a9621036
@ -63,7 +63,7 @@ with Icinga Web 2 (e.g. an alias) no matter what the primary user id might actua
|
|||||||
Directive | Description
|
Directive | Description
|
||||||
------------------------|------------
|
------------------------|------------
|
||||||
**backend** | `ad`
|
**backend** | `ad`
|
||||||
**resource** | The name of the LDAP resource defined in [resources.ini](#resources).
|
**resource** | The name of the LDAP resource defined in [resources.ini](resources.md#resources).
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
@ -76,13 +76,13 @@ resource = my_ad
|
|||||||
### <a id="authentication-configuration-db-authentication"></a> Database Authentication
|
### <a id="authentication-configuration-db-authentication"></a> Database Authentication
|
||||||
|
|
||||||
If you want to authenticate against a MySQL or a PostgreSQL database, you have to define a
|
If you want to authenticate against a MySQL or a PostgreSQL database, you have to define a
|
||||||
[database resource](#resources-configuration-database) which will be referenced as data source for the database
|
[database resource](resources.md#resources-configuration-database) which will be referenced as data source for the database
|
||||||
authentication method.
|
authentication method.
|
||||||
|
|
||||||
Directive | Description
|
Directive | Description
|
||||||
------------------------|------------
|
------------------------|------------
|
||||||
**backend** | `db`
|
**backend** | `db`
|
||||||
**resource** | The name of the database resource defined in [resources.ini](#resources).
|
**resource** | The name of the database resource defined in [resources.ini](resources.md#resources).
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ For authenticating against a database, you have to import one of the following d
|
|||||||
* **etc/schema/preferences.mysql.sql** (for **MySQL** database)
|
* **etc/schema/preferences.mysql.sql** (for **MySQL** database)
|
||||||
* **etc/schema/preferences.pgsql.sql** (for **PostgreSQL** databases)
|
* **etc/schema/preferences.pgsql.sql** (for **PostgreSQL** databases)
|
||||||
|
|
||||||
After that you have to define the [database resource](#resources-configuration-database).
|
After that you have to define the [database resource](resources.md#resources-configuration-database).
|
||||||
|
|
||||||
**Manually Creating Users**
|
**Manually Creating Users**
|
||||||
|
|
||||||
|
@ -27,13 +27,13 @@ type = ini
|
|||||||
### <a id="preferences-configuration-db"></a> Store Preferences in a Database
|
### <a id="preferences-configuration-db"></a> Store Preferences in a Database
|
||||||
|
|
||||||
In order to be more flexible in distributed setups you can store preferences in a MySQL or in a PostgreSQL database.
|
In order to be more flexible in distributed setups you can store preferences in a MySQL or in a PostgreSQL database.
|
||||||
For storing preferences in a database, you have to define a [database resource](#resources-configuration-database)
|
For storing preferences in a database, you have to define a [database resource](resources.md#resources-configuration-database)
|
||||||
which will be referenced as resource for the preferences storage.
|
which will be referenced as resource for the preferences storage.
|
||||||
|
|
||||||
Directive | Description
|
Directive | Description
|
||||||
------------------------|------------
|
------------------------|------------
|
||||||
**type** | `db`
|
**type** | `db`
|
||||||
**resource** | The name of the database resource defined in [resources.ini](resources).
|
**resource** | The name of the database resource defined in [resources.ini](resources.md#resources).
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
@ -50,4 +50,4 @@ For storing preferences in a database, you have to import one of the following d
|
|||||||
* **etc/schema/preferences.mysql.sql** (for **MySQL** database)
|
* **etc/schema/preferences.mysql.sql** (for **MySQL** database)
|
||||||
* **etc/schema/preferences.pgsql.sql** (for **PostgreSQL** databases)
|
* **etc/schema/preferences.pgsql.sql** (for **PostgreSQL** databases)
|
||||||
|
|
||||||
After that you have to define the [database resource](#resources-configuration-database).
|
After that you have to define the [database resource](resources.md#resources-configuration-database).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user