From 394c6273973cb145cab26430d56f6c681868f992 Mon Sep 17 00:00:00 2001 From: rkcpi Date: Wed, 13 May 2015 15:24:03 +0200 Subject: [PATCH] Update links to resources.md in authentication.md Signed-off-by: Eric Lippmann --- doc/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/authentication.md b/doc/authentication.md index b196d9e0d..06ab4c13d 100644 --- a/doc/authentication.md +++ b/doc/authentication.md @@ -32,7 +32,7 @@ If your web server is not configured for authentication though the `autologin` s ### Active Directory or LDAP Authentication If you want to authenticate against Active Directory or LDAP, you have to define a -[LDAP resource](#resources-configuration-ldap) which will be referenced as data source for the Active Directory +[LDAP resource](resources.md#resources-configuration-ldap) which will be referenced as data source for the Active Directory or LDAP configuration method. #### LDAP @@ -40,7 +40,7 @@ or LDAP configuration method. Directive | Description ------------------------|------------ **backend** | `ldap` -**resource** | The name of the LDAP resource defined in [resources.ini](#resources). +**resource** | The name of the LDAP resource defined in [resources.ini](resources.md#resources). **user_class** | LDAP user class. **user_name_attribute** | LDAP attribute which contains the username.