mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
doc: Suggest the correct backend identifier for ActiveDirectory
fixes #9959
This commit is contained in:
parent
34bf6bb11e
commit
6063eea34f
@ -62,14 +62,14 @@ with Icinga Web 2 (e.g. an alias) no matter what the primary user id might actua
|
|||||||
|
|
||||||
Directive | Description
|
Directive | Description
|
||||||
------------------------|------------
|
------------------------|------------
|
||||||
**backend** | `ad`
|
**backend** | `msldap`
|
||||||
**resource** | The name of the LDAP resource defined in [resources.ini](resources.md#resources).
|
**resource** | The name of the LDAP resource defined in [resources.ini](resources.md#resources).
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
```
|
```
|
||||||
[auth_ad]
|
[auth_ad]
|
||||||
backend = ad
|
backend = msldap
|
||||||
resource = my_ad
|
resource = my_ad
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user