1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

bug #4033: show error message on ldap connection error

(cherry picked from commit 4b9e02958d14b18dc0b62320a83c9ddcce8a3a0e)
This commit is contained in:
Javi Fontan 2015-11-11 13:00:21 +01:00
parent a79c1fbd3f
commit aaad768cab

View File

@ -140,7 +140,8 @@ class OpenNebula::LdapAuth
[nil, nil]
end
end
rescue
rescue Exception => e
STDERR.puts e.message
[nil, nil]
end
end