doc: Suggest the correct backend identifier for ActiveDirectory

fixes #9959
This commit is contained in:
Johannes Meyer 2015-08-19 09:23:17 +02:00
parent 34bf6bb11e
commit 6063eea34f

View File

@ -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
``` ```