committed by
Oliver Gorwits
parent
fc8ed46910
commit
54a86112e4
@@ -110,7 +110,7 @@ sub match_password {
|
|||||||
if ($user->ldap) {
|
if ($user->ldap) {
|
||||||
$pwmatch_result = $self->match_with_ldap($password, $username);
|
$pwmatch_result = $self->match_with_ldap($password, $username);
|
||||||
}
|
}
|
||||||
elsif ($user->raidus) {
|
elsif ($user->radius) {
|
||||||
$pwmatch_result = $self->match_with_radius($password, $username);
|
$pwmatch_result = $self->match_with_radius($password, $username);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user