mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-18151 pam test result fix
Fix result due to the new error message.
This commit is contained in:
parent
d797c9879e
commit
44804c667e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ select user(), current_user(), database();
|
|||
user() current_user() database()
|
||||
pam_test@localhost pam_test@% test
|
||||
set password='foo';
|
||||
ERROR HY000: SET PASSWORD is ignored for users authenticating via pam plugin
|
||||
ERROR HY000: SET PASSWORD is not applicable for users authenticating via pam plugin
|
||||
show create user;
|
||||
CREATE USER for pam_test@%
|
||||
CREATE USER `pam_test`@`%` IDENTIFIED VIA pam USING 'mariadb_mtr'
|
||||
|
|
Loading…
Reference in a new issue