Plugin::Authentication config: modernize
[?]
Apr 15, 2021, 2:31 PM
NNJZNDVU6ZP5P54KHXHG4O7ZHIAA3F3IVGE5OP6PQ4F4JKXGMBFACDependencies
- [2]
2SP37OH2Send ETag and Expires headers - [3]
WMLUNDDRdon't try to load HYDRA_LDAP_CONFIG if none is provided - [4]
HOI5XQHS* Don't use a config file by default. This frees up $HYDRA_CONFIG so - [5]
LKDWWJLMDoh - [6]
VBUNNYXGFix path to the session data - [7]
72OTJYGTInitial attempt at adding LDAP login support - [8]
AFTXA575* $HYDRA_DATA environment variable. - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/lib/Hydra.pm at line 30
authentication => {'Plugin::Authentication' => { - replacement in src/lib/Hydra.pm at line 32
realms => {dbic => {credential => {class => "Password",password_field => "password",password_type => "hashed",password_hash_type => "SHA-1",},store => {class => "DBIx::Class",user_class => "DB::Users",role_relation => "userroles",role_field => "role",},dbic => {credential => {class => "Password",password_field => "password",password_type => "hashed",password_hash_type => "SHA-1",},store => {class => "DBIx::Class",user_class => "DB::Users",role_relation => "userroles",role_field => "role", - edit in src/lib/Hydra.pm at line 46
ldap => $ENV{'HYDRA_LDAP_CONFIG'} ? LoadFile(file($ENV{'HYDRA_LDAP_CONFIG'})) : undef - edit in src/lib/Hydra.pm at line 47
ldap => $ENV{'HYDRA_LDAP_CONFIG'} ? LoadFile(file($ENV{'HYDRA_LDAP_CONFIG'})) : undef