File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
modules/tutorials/examples/ldap-auth Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 3636 exit 1
3737fi
3838
39+ echo " 11111111111111111111111111111111111111111"
40+ sleep 300
41+
42+ if superset_login " db" " $username " " $password " ; then
43+ echo " Login successful with $username :$password "
44+ else
45+ echo " Login not successful. Exiting."
46+ exit 1
47+ fi
48+
49+ echo " 2222222222222222222222222222222222222222222"
50+ sleep 300
51+
52+ if superset_login " db" " $username " " $password " ; then
53+ echo " Login successful with $username :$password "
54+ else
55+ echo " Login not successful. Exiting."
56+ exit 1
57+ fi
58+
59+ echo " 33333333333333333333333333333333"
60+ sleep 300
61+
62+ if superset_login " db" " $username " " $password " ; then
63+ echo " Login successful with $username :$password "
64+ else
65+ echo " Login not successful. Exiting."
66+ exit 1
67+ fi
68+
69+ echo " FINISHED FINISHED FINISHED FINISHED"
70+ sleep 30000
71+
72+
3973username=" admin"
4074password=" wrongpassword"
4175
You can’t perform that action at this time.
0 commit comments