From: Amos Jeffries Date: Sat, 6 Jun 2009 11:10:58 +0000 (+1200) Subject: Typo in pam_auth man page X-Git-Tag: SQUID_3_0_STABLE16~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d81719f55de6b9ac14ed1ea447ea76f3c7de8e;p=thirdparty%2Fsquid.git Typo in pam_auth man page --- diff --git a/helpers/basic_auth/PAM/pam_auth.8 b/helpers/basic_auth/PAM/pam_auth.8 index 00d9e169b2..14108900b0 100644 --- a/helpers/basic_auth/PAM/pam_auth.8 +++ b/helpers/basic_auth/PAM/pam_auth.8 @@ -19,7 +19,7 @@ Specifies the PAM service name Squid uses, defaults to "squid" .BI "-t " TTL Enables persistent PAM connections where the connection to the PAM database is kept open and reused for new logins. The TTL specifies -how long the connetion will be kept open (in seconds). Default is +how long the connection will be kept open (in seconds). Default is to not keep PAM connections open. Please note that the use of persistent PAM connections is slightly outside the PAM specification and may not work with all PAM configurations.