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

@@ -17,6 +17,8 @@ branches:
- /^2\.\d{6}$/ - /^2\.\d{6}$/
- 'master' - 'master'
install: install:
- wget https://github.com/egiles/test-compile/archive/v2.1.2.tar.gz
- cpanm -v v2.1.2.tar.gz
- cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP - cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP
script: | script: |
perl Build.PL && \ perl Build.PL && \

View File

@@ -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 {