man-pages/man8/pam_faildelay.8.html
2021-03-31 01:06:50 +01:00

153 lines
2.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of PAM_FAILDELAY</TITLE>
</HEAD><BODY>
<H1>PAM_FAILDELAY</H1>
Section: Linux-PAM Manual (8)<BR>Updated: 05/18/2017<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
pam_faildelay - Change the delay on failure per-application
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<DL COMPACT>
<DT id="1">
<B>pam_faildelay.so</B> [debug] [delay=<I>microseconds</I>]
</DL>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
<DD>pam_faildelay is a PAM module that can be used to set the delay on failure per-application.
<P>
If no
<B>delay</B>
is given, pam_faildelay will use the value of FAIL_DELAY from
/etc/login.defs.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<P>
<B>debug</B>
<DL COMPACT><DT id="2"><DD>
Turns on debugging messages sent to syslog.
</DL>
<P>
<B>delay=</B><B></B><I>N</I>
<DL COMPACT><DT id="3"><DD>
Set the delay on failure to N microseconds.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>MODULE TYPES PROVIDED</H2>
<P>
Only the
<B>auth</B>
module type is provided.
<A NAME="lbAG">&nbsp;</A>
<H2>RETURN VALUES</H2>
<P>
PAM_IGNORE
<DL COMPACT><DT id="4"><DD>
Delay was successful adjusted.
</DL>
<P>
PAM_SYSTEM_ERR
<DL COMPACT><DT id="5"><DD>
The specified delay was not valid.
</DL>
<A NAME="lbAH">&nbsp;</A>
<H2>EXAMPLES</H2>
<P>
The following example will set the delay on failure to 10 seconds:
<P>
<DL COMPACT><DT id="6"><DD>
<PRE>
auth optional pam_faildelay.so delay=10000000
</PRE>
</DL>
<P>
<A NAME="lbAI">&nbsp;</A>
<H2>SEE ALSO</H2>
<P>
<B><A HREF="/cgi-bin/man/man2html?3+pam_fail_delay">pam_fail_delay</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?5+pam.conf">pam.conf</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+pam.d">pam.d</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?7+pam">pam</A></B>(7)
<A NAME="lbAJ">&nbsp;</A>
<H2>AUTHOR</H2>
<P>
pam_faildelay was written by Darren Tucker &lt;<A HREF="mailto:dtucker@zip.com.au">dtucker@zip.com.au</A>&gt;.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="7"><A HREF="#lbAB">NAME</A><DD>
<DT id="8"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="9"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="10"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="11"><A HREF="#lbAF">MODULE TYPES PROVIDED</A><DD>
<DT id="12"><A HREF="#lbAG">RETURN VALUES</A><DD>
<DT id="13"><A HREF="#lbAH">EXAMPLES</A><DD>
<DT id="14"><A HREF="#lbAI">SEE ALSO</A><DD>
<DT id="15"><A HREF="#lbAJ">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:14 GMT, March 31, 2021
</BODY>
</HTML>