diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-03 04:08:16 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:23 -0800 |
commit | 395c04e70974ffc3718903f5a75d269bdb0e8ee0 (patch) | |
tree | 801eb5b0ac9747f6e362ad537d93f3285fc754d3 /debian/libpam-runtime.templates | |
parent | 90e2d092300c15d8e39732019913698271739bbd (diff) | |
download | pam-395c04e70974ffc3718903f5a75d269bdb0e8ee0.tar.gz pam-395c04e70974ffc3718903f5a75d269bdb0e8ee0.tar.bz2 pam-395c04e70974ffc3718903f5a75d269bdb0e8ee0.zip |
first stab at a perl helper to manage common-*: parse our config files and
generate a debconf prompt from them, but don't yet do anything with the
information
Diffstat (limited to 'debian/libpam-runtime.templates')
-rw-r--r-- | debian/libpam-runtime.templates | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/libpam-runtime.templates b/debian/libpam-runtime.templates new file mode 100644 index 00000000..65f3c3fc --- /dev/null +++ b/debian/libpam-runtime.templates @@ -0,0 +1,13 @@ +Template: libpam-runtime/profiles +Type: multiselect +Choices: ${profiles} +Choices-C: ${profile_names} +_Description: PAM profiles to enable: + Pluggable Authentication Modules (PAM) determine how authentication, + authorization, and password changing are handled on the system, as well + as allowing configuration of additional actions to take when starting + user sessions. + . + Some PAM module packages provide profiles that can be used to + automatically adjust the behavior of all PAM-using applications on the + system. Please indicate which of these behaviors you wish to enable. |