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