1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-10361 Crash in pam_securid.so with auth_pam connecting from SQLyog

auth_pam: debug output
This commit is contained in:
Sergei Golubchik
2016-07-26 12:34:04 +02:00
parent d0d99dec91
commit ea91bb6801
4 changed files with 34 additions and 2 deletions

View File

@ -2,7 +2,7 @@ install plugin pam soname 'auth_pam.so';
create user test_pam identified via pam using 'mariadb_mtr';
create user pam_test;
grant proxy on pam_test to test_pam;
show variables like 'pam%';
show variables like 'pam_use_%';
Variable_name Value
pam_use_cleartext_plugin ON
drop user test_pam;

View File

@ -1,7 +1,7 @@
--source pam_init.inc
show variables like 'pam%';
show variables like 'pam_use_%';
--error 1
--exec echo FAIL | $MYSQL_TEST -u test_pam --plugin-dir=$plugindir