1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-27 03:21:29 +03:00

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

(cherry picked from commit c235115888)
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