Merge branch 'master' of github.com:netdisco/netdisco
This commit is contained in:
@@ -17,6 +17,8 @@ branches:
|
||||
- /^2\.\d{6}$/
|
||||
- 'master'
|
||||
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
|
||||
script: |
|
||||
perl Build.PL && \
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user