1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

PAM plugin with test

This commit is contained in:
Sergei Golubchik
2011-12-02 16:27:13 +01:00
parent d5fd757a42
commit 57c22f2a75
7 changed files with 313 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package My::Suite::Plugins;
@ISA = qw(My::Suite);
$ENV{PAM_SETUP_FOR_MTR}=1 if -e '/etc/pam.d/mariadb_mtr';
bless { };