Package: libpam-radius-auth Version: 1.4.0-1 I configured /etc/pam_radius_auth.conf properly, but auth mechanism doesn't work as I expected. /var/log/auth.log shows as follows:
|Sep 5 13:58:51 rssrv sshd[6350]: pam_radius_auth: Could not open configuration |file /etc/raddb/server: No such file or directory So I copied the config file to /etc/raddb/server, then, it works. The documentation /usr/share/doc/libpam-radius-auth/README.Debian says that |NOTE: The Debian version of libpam-radius-auth uses as default configuration |file /etc/pam_radius_auth.conf. which is not match to my case. On the other hand, "stretch" version (1.3.16-5) works just as the documentation above. I'm using Debian 4.17.17-1 (2018-08-18) x86_64 GNU/Linux. Thank you.

