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.