-1

I try to configure VSFTPD with MariaDB. I would like use PAM for more simplicity and i got this error in auth.log :

vsftpd: PAM unable to dlopen(pam_mariadb_mtr.so): /lib/security/pam_mariadb_mtr.so: cannot open shared object file: No such file or directory

I dont find how i can obtain this file pam_mariadb_mtr.so for MariaDB 5.5.34.

I have read the official documentation about PAM authentication on MariaDB's website but nothing about how to get this file :(

Thank you for your help!

Alfred Huang
  • 17,654
  • 32
  • 118
  • 189
Gecko
  • 74
  • 2
  • 12

1 Answers1

-1

Ok,

i'm going wrong. I have installed libpam-mysql package and now the problem is solved.

Gecko
  • 74
  • 2
  • 12