summaryrefslogtreecommitdiff
path: root/modules/pam_deny/pam_deny.8
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_deny/pam_deny.8')
-rw-r--r--modules/pam_deny/pam_deny.835
1 files changed, 16 insertions, 19 deletions
diff --git a/modules/pam_deny/pam_deny.8 b/modules/pam_deny/pam_deny.8
index 78f06a19..089048a3 100644
--- a/modules/pam_deny/pam_deny.8
+++ b/modules/pam_deny/pam_deny.8
@@ -1,11 +1,11 @@
.\" Title: pam_deny
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
-.\" Date: 06/02/2006
+.\" Date: 06/09/2006
.\" Manual: Linux\-PAM Manual
.\" Source: Linux\-PAM Manual
.\"
-.TH "PAM_DENY" "8" "06/02/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
+.TH "PAM_DENY" "8" "06/09/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -41,28 +41,25 @@ This is returned by the password service.
PAM_SESSION_ERR
This is returned by the session service.
.SH "EXAMPLES"
-.PP
-
.sp
.RS 3n
.nf
- #%PAM\-1.0
- #
- # If we don't have config entries for a service, the
- # OTHER entries are used. To be secure, warn and deny
- # access to everything.
- other auth required pam_warn.so
- other auth required pam_deny.so
- other account required pam_warn.so
- other account required pam_deny.so
- other password required pam_warn.so
- other password required pam_deny.so
- other session required pam_warn.so
- other session required pam_deny.so
-
+#%PAM\-1.0
+#
+# If we don't have config entries for a service, the
+# OTHER entries are used. To be secure, warn and deny
+# access to everything.
+other auth required pam_warn.so
+other auth required pam_deny.so
+other account required pam_warn.so
+other account required pam_deny.so
+other password required pam_warn.so
+other password required pam_deny.so
+other session required pam_warn.so
+other session required pam_deny.so
+
.fi
.RE
-.sp
.SH "SEE ALSO"
.PP