docs: fixup

This commit is contained in:
Graham Christensen 2022-02-11 10:50:58 -05:00
parent f07fb7d279
commit 185100adb8

View file

@ -110,8 +110,8 @@ use LDAP to manage roles and users.
This is configured by defining the `<ldap>` block in the configuration file.
In this block it's possible to configure the authentication plugin in the
`<config>` block, all options are directly passed to `Catalyst::Authentication
::Store::LDAP`. The documentation for the available settings can be found [here]
`<config>` 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:
<credential>
class = Password
password_field = password
password_type= self_check
password_type = self_check
</credential>
<store>
class = LDAP