1
0
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:
Javi Fontan 2011-12-05 19:21:13 +01:00
parent 833b1295e5
commit 879f66ce5b

View File

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