<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:12pt"><div>Dear shadow maintainers,<br><br>I am compiling the shadow package shadow-4.1.5.1 with PAM support (configure<br>options --without-selinux --with-libpam) and running the login program. I<br>see the following messages on logging in :<br><br>SmartNA-HD login: admin<br>configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)<br>configuration error - unknown item 'FTMP_FILE' (notify administrator)<br>Password:<br><br>I believe this is due to a problem with the declaration of def_table[] in<br>lib/getdef.c lines 53-133. My suggested fix is to move the lines<br><br>  {"FAILLOG_ENAB", NULL},<br>  {"FTMP_FILE", NULL},<br><br>to outside the section contained in <br><br>#ifndef USE_PAM .. #endif<br><br>Regards,<br><br>James Allwright<br></div></div></body></html>