Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Authentication-Store-LDAP CPAN distribution.

Report information
The Basics
Id: 18250
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Authentication-Store-LDAP

People
Owner: holoway [...] cpan.org
Requestors: scottkinsf [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: (no value)



Subject: Documentation error: sample YAML configuration is incorrect
In the YAML configuration example from the POD: Settings in Config.yml # Config for Store::LDAP authentication: ldap: ldap_server: ldap.yourcompany.com ldap_server_options: - timeout: 30 All *_options are shown as arrays, this is an error, they should be hashes, i.e., Settings in Config.yml # Config for Store::LDAP authentication: ldap: ldap_server: ldap.yourcompany.com ldap_server_options: timeout: 30
This has been fixed in 0.04, just uploaded to PAUSE. Thanks for filing the bug! :)