Merge branch 'master' of github.com:netdisco/netdisco

This commit is contained in:
Oliver Gorwits
2019-08-22 17:41:06 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ sub match_password {
if ($user->ldap) {
$pwmatch_result = $self->match_with_ldap($password, $username);
}
elsif ($user->raidus) {
elsif ($user->radius) {
$pwmatch_result = $self->match_with_radius($password, $username);
}
else {