diff options
author | Sam Hartman <hartmans@debian.org> | 2021-02-25 15:49:41 -0500 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2021-09-15 17:52:36 -0700 |
commit | 99de36a3772762f69bd7211514fdd85dbce3664a (patch) | |
tree | 99da96aa8b1574f720f82fbcc8099b639b3a47b7 /debian/local | |
parent | d2540f941667b1bdf71e73c0ea7eb752d4f5a4fa (diff) | |
download | pam-99de36a3772762f69bd7211514fdd85dbce3664a.tar.gz pam-99de36a3772762f69bd7211514fdd85dbce3664a.tar.bz2 pam-99de36a3772762f69bd7211514fdd85dbce3664a.zip |
Document that common-session is only for interactive sessions
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/common-session | 3 | ||||
-rw-r--r-- | debian/local/pam-auth-update | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/common-session b/debian/local/common-session index 2e94d6c7..d0a229a6 100644 --- a/debian/local/common-session +++ b/debian/local/common-session @@ -3,8 +3,7 @@ # # This file is included from other service-specific PAM config files, # and should contain a list of modules that define tasks to be performed -# at the start and end of sessions of *any* kind (both interactive and -# non-interactive). +# at the start and end of interactive sessions. # # 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 diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index 8bf5f1a3..5b3c8a07 100644 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -53,6 +53,7 @@ my %md5sums = ( '9ba753d0824276b44bcadfee1f87b6bc', ], 'session' => [ + 'f297c731a467822cbd86e1283263e8a3', '240fb92986c885b327cdb21dd641da8c', '4a25673e8b36f1805219027d3be02cd2', ], |