This commit is contained in:
Sandro 2022-12-05 00:35:05 +01:00 committed by GitHub
parent 213879484d
commit 7f816e3237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,8 +131,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::Store::LDAP`. `<config>` block. All options are directly passed to `Catalyst::Authentication::Store::LDAP`.
The documentation for the available settings can be found [here] The documentation for the available settings can be found
(https://metacpan.org/pod/Catalyst::Authentication::Store::LDAP#CONFIGURATION-OPTIONS). [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 Note that the bind password (if needed) should be supplied as an included file to
prevent it from leaking to the Nix store. prevent it from leaking to the Nix store.