diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-21 02:32:12 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:20 -0800 |
commit | 4f59e939a5734736b8a14fd2e01c1062dff8c9dd (patch) | |
tree | 6bce3fdb9d5d125aca4b1625ea4fa14bf24350f4 /debian/patches-applied/055_pam_unix_nullok_secure | |
parent | 18e6ad0a141eb087a5ef2eea30d8a6a1b1a4c0e2 (diff) | |
download | pam-4f59e939a5734736b8a14fd2e01c1062dff8c9dd.tar.gz pam-4f59e939a5734736b8a14fd2e01c1062dff8c9dd.tar.bz2 pam-4f59e939a5734736b8a14fd2e01c1062dff8c9dd.zip |
007_modules_pam_unix: update the manpage at the same time as the xml
source (grr, autogenerated files in source packages). Closes: #495804.
Diffstat (limited to 'debian/patches-applied/055_pam_unix_nullok_secure')
-rw-r--r-- | debian/patches-applied/055_pam_unix_nullok_secure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-applied/055_pam_unix_nullok_secure b/debian/patches-applied/055_pam_unix_nullok_secure index 7ef6a6a2..745a8e55 100644 --- a/debian/patches-applied/055_pam_unix_nullok_secure +++ b/debian/patches-applied/055_pam_unix_nullok_secure @@ -179,17 +179,17 @@ Index: pam.deb/modules/pam_unix/pam_unix.8 +++ pam.deb/modules/pam_unix/pam_unix.8 @@ -62,7 +62,14 @@ .RS 4 - The default action of this module is to not permit the user access to a service if their official password is blank\. The + The default action of this module is to not permit the user access to a service if their official password is blank\&. The \fBnullok\fR --argument overrides this default\. -+argument overrides this default and allows any user with a blank password to access the service\. +-argument overrides this default\&. ++argument overrides this default and allows any user with a blank password to access the service\&. +.RE +.PP +\fBnullok_secure\fR +.RS 4 -+The default action of this module is to not permit the user access to a service if their official password is blank\. The ++The default action of this module is to not permit the user access to a service if their official password is blank\&. The +\fBnullok_secure\fR -+argument overrides this default and allows any user with a blank password to access the service as long as the value of PAM_TTY is set to one of the values found in /etc/securetty\. ++argument overrides this default and allows any user with a blank password to access the service as long as the value of PAM_TTY is set to one of the values found in /etc/securetty\&. .RE .PP \fBtry_first_pass\fR |