Update authentication.md

Typo for database config

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
Daniel Shirley 2015-05-06 16:02:52 -05:00 committed by Eric Lippmann
parent 250f863faa
commit 75f15b934c

View File

@ -87,8 +87,8 @@ Directive | Description
**Example:** **Example:**
``` ```
[auth_ad] [auth_db]
backend = ad backend = db
resource = icingaweb-mysql resource = icingaweb-mysql
``` ```