mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
make ldap drivers compatible with 3.2 (return driver name)
This commit is contained in:
parent
833b1295e5
commit
879f66ce5b
@ -54,7 +54,7 @@ if options[:group]
|
||||
end
|
||||
|
||||
if ldap.authenticate(user_name, secret)
|
||||
puts "#{user} #{user_name}"
|
||||
puts "ldap #{user} #{user_name}"
|
||||
exit(0)
|
||||
else
|
||||
STDERR.puts "Bad user/password"
|
||||
|
Loading…
x
Reference in New Issue
Block a user