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:
parent
0faf6203fb
commit
d8a5325495
@ -17,8 +17,9 @@
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
# $1 = username
|
||||
# $2 = password
|
||||
echo $*
|
||||
# $2 = "-" if user is not registered in opennebula
|
||||
# $3 = password
|
||||
echo $1 $3
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user