mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
68deb735c0
commit
9799f4beab
@ -17,7 +17,9 @@ priority in case of an error. If the resource referenced in the first entry (the
|
|||||||
is not reachable, the next lower entry will be used for authentication.
|
is not reachable, the next lower entry will be used for authentication.
|
||||||
Please be aware that this behaviour is not valid for the authentication itself.
|
Please be aware that this behaviour is not valid for the authentication itself.
|
||||||
The authentication will only be done against the one available resource with the highest
|
The authentication will only be done against the one available resource with the highest
|
||||||
priority.
|
priority. When an account is only present in a backend with lower priority, it will not
|
||||||
|
be able to authenticate when a backend with higher priority is active that does not contain
|
||||||
|
this account.
|
||||||
|
|
||||||
### Backend
|
### Backend
|
||||||
|
|
||||||
@ -46,7 +48,8 @@ in the *authentication.ini*, like described in the example configuration.
|
|||||||
|
|
||||||
### target
|
### target
|
||||||
|
|
||||||
The value of the configuration key *target* defines
|
The value of the configuration key *target* defines the type of authentication the described backend provides.
|
||||||
|
The allowed values are *user* for a backend that provides user authentication or *group* for group authentication.
|
||||||
|
|
||||||
|
|
||||||
## Technical description
|
## Technical description
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
The configuration file *config/resources.ini* contains data sources that can be referenced
|
The configuration file *config/resources.ini* contains data sources that can be referenced
|
||||||
in other configurations. This allows you to manage all connections to SQL databases in one
|
in other configurations. This allows you to manage all connections to databases at one central
|
||||||
single place, avoiding the need to edit several different configuration files, when the
|
place, avoiding the need to edit several different files, when the connection information of a resource change.
|
||||||
connection information of a resource change.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@ -14,7 +13,7 @@ Currently only the resource type *db* is available.
|
|||||||
|
|
||||||
### db
|
### db
|
||||||
|
|
||||||
This resource type represents a SQL database. The property *db* defines the used sql database, which
|
This resource type describes a SQL database. The property *db* defines the used database vendor, which
|
||||||
could be a value like *mysql* or *pgsql*. The other properties like *host*, *password*, *username* and
|
could be a value like *mysql* or *pgsql*. The other properties like *host*, *password*, *username* and
|
||||||
*dbname* are the connection information for the resource.
|
*dbname* are the connection information for the resource.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user