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
1 changed files with 2 additions and 2 deletions

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
------------------------|------------
**backend** | `ad`
**backend** | `msldap`
**resource** | The name of the LDAP resource defined in [resources.ini](resources.md#resources).
**Example:**
```
[auth_ad]
backend = ad
backend = msldap
resource = my_ad
```