From 185100adb81fa5d61cb11ec5a48fedd539c5486c Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 11 Feb 2022 10:50:58 -0500 Subject: [PATCH] docs: fixup --- doc/manual/src/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/src/configuration.md b/doc/manual/src/configuration.md index 1a4db163..b4ccff89 100644 --- a/doc/manual/src/configuration.md +++ b/doc/manual/src/configuration.md @@ -110,8 +110,8 @@ use LDAP to manage roles and users. This is configured by defining the `` block in the configuration file. In this block it's possible to configure the authentication plugin in the -`` block, all options are directly passed to `Catalyst::Authentication -::Store::LDAP`. The documentation for the available settings can be found [here] +`` block. All options are directly passed to `Catalyst::Authentication::Store::LDAP`. +The documentation for the available settings can be found [here] (https://metacpan.org/pod/Catalyst::Authentication::Store::LDAP#CONFIGURATION-OPTIONS). Note that the bind password (if needed) should be supplied as an included file to @@ -128,7 +128,7 @@ Example configuration: class = Password password_field = password - password_type= self_check + password_type = self_check class = LDAP