diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-19 14:07:30 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:23 -0800 |
commit | ff86399a6a1e03b9bb85fbadc286a9309044f094 (patch) | |
tree | e303e457d2552b6fdd342bbe3596c9a145094aab /debian/libpam-runtime.templates | |
parent | d91f63093adeb151457e464602c7fe8c5a31ccdd (diff) | |
download | pam-ff86399a6a1e03b9bb85fbadc286a9309044f094.tar.gz pam-ff86399a6a1e03b9bb85fbadc286a9309044f094.tar.bz2 pam-ff86399a6a1e03b9bb85fbadc286a9309044f094.zip |
implement the force option and the debconf override template
Diffstat (limited to 'debian/libpam-runtime.templates')
-rw-r--r-- | debian/libpam-runtime.templates | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/libpam-runtime.templates b/debian/libpam-runtime.templates index bfb577d6..5415a416 100644 --- a/debian/libpam-runtime.templates +++ b/debian/libpam-runtime.templates @@ -20,3 +20,14 @@ _Description: Incompatible PAM profiles selected. ${conflicts} . Please select a different set of modules to enable. + +Template: libpam-runtime/override +Type: boolean +Default: false +_Description: Override local changes to /etc/pam.d/common-*? + One or more of the files /etc/pam.d/common-{auth,account,password,session} + have been locally modified. Should these local changes be overridden + using the system-provided configuration? If you decline this option, + you will need to manage your system's authentication configuration by + hand. + |