From 6063eea34f9ba97259f2e3a5daae7c952b095e3d Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 19 Aug 2015 09:23:17 +0200 Subject: [PATCH] doc: Suggest the correct backend identifier for ActiveDirectory fixes #9959 --- doc/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/authentication.md b/doc/authentication.md index 39e0caf3c..2b4452042 100644 --- a/doc/authentication.md +++ b/doc/authentication.md @@ -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 ```