forked from lix-project/hydra
docs: fixup
This commit is contained in:
parent
f07fb7d279
commit
185100adb8
1 changed files with 3 additions and 3 deletions
|
@ -110,8 +110,8 @@ use LDAP to manage roles and users.
|
||||||
|
|
||||||
This is configured by defining the `<ldap>` block in the configuration file.
|
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
|
In this block it's possible to configure the authentication plugin in the
|
||||||
`<config>` block, all options are directly passed to `Catalyst::Authentication
|
`<config>` block. All options are directly passed to `Catalyst::Authentication::Store::LDAP`.
|
||||||
::Store::LDAP`. The documentation for the available settings can be found [here]
|
The documentation for the available settings can be found [here]
|
||||||
(https://metacpan.org/pod/Catalyst::Authentication::Store::LDAP#CONFIGURATION-OPTIONS).
|
(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
|
Note that the bind password (if needed) should be supplied as an included file to
|
||||||
|
@ -128,7 +128,7 @@ Example configuration:
|
||||||
<credential>
|
<credential>
|
||||||
class = Password
|
class = Password
|
||||||
password_field = password
|
password_field = password
|
||||||
password_type= self_check
|
password_type = self_check
|
||||||
</credential>
|
</credential>
|
||||||
<store>
|
<store>
|
||||||
class = LDAP
|
class = LDAP
|
||||||
|
|
Loading…
Reference in a new issue