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

bug: dummy auth driver returns the passwd specify by the user if it does not exists

(cherry picked from commit c2351158888141c71b32c024fbe4c264d121501a)
This commit is contained in:
Ruben S. Montero 2011-09-09 19:13:05 +02:00
parent 0faf6203fb
commit d8a5325495

View File

@ -17,8 +17,9 @@
#--------------------------------------------------------------------------- #
# $1 = username
# $2 = password
echo $*
# $2 = "-" if user is not registered in opennebula
# $3 = password
echo $1 $3