diff options
-rw-r--r-- | debian/local/common-account | 2 | ||||
-rw-r--r-- | debian/local/common-auth | 2 | ||||
-rw-r--r-- | debian/local/common-password | 2 | ||||
-rw-r--r-- | debian/local/common-session | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/local/common-account b/debian/local/common-account index cb39c55b..84aa98d4 100644 --- a/debian/local/common-account +++ b/debian/local/common-account @@ -6,7 +6,7 @@ # the central access policy for use on the system. The default is to # only deny service to users whose accounts are expired in /etc/shadow. # -# As of pam 1.0.1-5, this file is managed by pam-auth-update by default. +# As of pam 1.0.1-6, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See diff --git a/debian/local/common-auth b/debian/local/common-auth index 621d7111..ac9d2dd3 100644 --- a/debian/local/common-auth +++ b/debian/local/common-auth @@ -7,7 +7,7 @@ # (e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the # traditional Unix authentication mechanisms. # -# As of pam 1.0.1-5, this file is managed by pam-auth-update by default. +# As of pam 1.0.1-6, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See diff --git a/debian/local/common-password b/debian/local/common-password index 953a16fd..dab20333 100644 --- a/debian/local/common-password +++ b/debian/local/common-password @@ -15,7 +15,7 @@ # # See the pam_unix manpage for other options. -# As of pam 1.0.1-5, this file is managed by pam-auth-update by default. +# As of pam 1.0.1-6, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See diff --git a/debian/local/common-session b/debian/local/common-session index da9ba7e4..2e94d6c7 100644 --- a/debian/local/common-session +++ b/debian/local/common-session @@ -6,7 +6,7 @@ # at the start and end of sessions of *any* kind (both interactive and # non-interactive). # -# As of pam 1.0.1-5, this file is managed by pam-auth-update by default. +# As of pam 1.0.1-6, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See |