Merge branch 'master' of github.com:netdisco/netdisco
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
@@ -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