mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in mysql-test/
This commit is contained in:
committed by
Daniel Black
parent
40c5b62531
commit
1b95e46524
@@ -5,7 +5,7 @@ create user pam_test;
|
||||
grant all on test.* to pam_test;
|
||||
grant proxy on pam_test to test_pam;
|
||||
#
|
||||
# athentication is successful, challenge/pin are ok
|
||||
# authentication is successful, challenge/pin are ok
|
||||
# note that current_user() differs from user()
|
||||
#
|
||||
Challenge input first.
|
||||
@@ -16,21 +16,21 @@ select user(), current_user(), database();
|
||||
user() current_user() database()
|
||||
test_pam@localhost pam_test@% test
|
||||
#
|
||||
# athentication is unsuccessful
|
||||
# authentication is unsuccessful
|
||||
#
|
||||
Challenge input first.
|
||||
Enter: *************************
|
||||
Now, the magic number!
|
||||
PIN: 9224
|
||||
#
|
||||
# athentication is unsuccessful
|
||||
# authentication is unsuccessful
|
||||
#
|
||||
Challenge input first.
|
||||
Enter: ****************
|
||||
Now, the magic number!
|
||||
PIN: 616
|
||||
#
|
||||
# athentication is successful
|
||||
# authentication is successful
|
||||
#
|
||||
Now, the magic number!
|
||||
PIN: 9212
|
||||
@@ -38,7 +38,7 @@ select user(), current_user(), database();
|
||||
user() current_user() database()
|
||||
test_pam@localhost pam_test@% test
|
||||
#
|
||||
# athentication is unsuccessful
|
||||
# authentication is unsuccessful
|
||||
#
|
||||
Now, the magic number!
|
||||
PIN: 9212
|
||||
@@ -76,7 +76,7 @@ drop user pam_test;
|
||||
create user PAM_TEST identified via pam using 'mariadb_mtr';
|
||||
grant all on test.* to PAM_TEST;
|
||||
#
|
||||
# athentication is unsuccessful
|
||||
# authentication is unsuccessful
|
||||
#
|
||||
Challenge input first.
|
||||
Enter: *************************
|
||||
@@ -84,7 +84,7 @@ Now, the magic number!
|
||||
PIN: 9225
|
||||
set global pam_winbind_workaround=1;
|
||||
#
|
||||
# athentication is successful
|
||||
# authentication is successful
|
||||
#
|
||||
Challenge input first.
|
||||
Enter: *************************
|
||||
|
Reference in New Issue
Block a user