summaryrefslogtreecommitdiff
path: root/modules/pam_deny/pam_deny.8.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_deny/pam_deny.8.xml')
-rw-r--r--modules/pam_deny/pam_deny.8.xml32
1 files changed, 15 insertions, 17 deletions
diff --git a/modules/pam_deny/pam_deny.8.xml b/modules/pam_deny/pam_deny.8.xml
index eaa0b387..cb88605e 100644
--- a/modules/pam_deny/pam_deny.8.xml
+++ b/modules/pam_deny/pam_deny.8.xml
@@ -88,23 +88,21 @@
<refsect1 id='pam_deny-examples'>
<title>EXAMPLES</title>
- <para>
- <programlisting>
- #%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
- </programlisting>
- </para>
+ <programlisting>
+#%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
+ </programlisting>
</refsect1>
<refsect1 id='pam_deny-see_also'>