summaryrefslogtreecommitdiff
path: root/modules/pam_succeed_if
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_succeed_if')
-rw-r--r--modules/pam_succeed_if/README6
-rw-r--r--modules/pam_succeed_if/pam_succeed_if.816
-rw-r--r--modules/pam_succeed_if/pam_succeed_if.8.xml14
3 files changed, 17 insertions, 19 deletions
diff --git a/modules/pam_succeed_if/README b/modules/pam_succeed_if/README
index e2ef2edf..c8d2ceff 100644
--- a/modules/pam_succeed_if/README
+++ b/modules/pam_succeed_if/README
@@ -92,14 +92,14 @@ EXAMPLES
To emulate the behaviour of pam_wheel, except there is no fallback to group 0:
- auth required pam_succeed_if.so quiet user ingroup wheel
+auth required pam_succeed_if.so quiet user ingroup wheel
Given that the type matches, only loads the othermodule rule if the UID is over
500. Adjust the number after default to skip several rules.
- type [default=1 success=ignore] pam_succeed_if.so quiet uid > 500
- type required othermodule.so arguments...
+type [default=1 success=ignore] pam_succeed_if.so quiet uid > 500
+type required othermodule.so arguments...
AUTHOR
diff --git a/modules/pam_succeed_if/pam_succeed_if.8 b/modules/pam_succeed_if/pam_succeed_if.8
index 3b63034e..ee6007cd 100644
--- a/modules/pam_succeed_if/pam_succeed_if.8
+++ b/modules/pam_succeed_if/pam_succeed_if.8
@@ -1,11 +1,11 @@
.\" Title: pam_succeed_if
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
-.\" Date: 06/02/2006
+.\" Date: 06/17/2006
.\" Manual: Linux\-PAM
.\" Source: Linux\-PAM
.\"
-.TH "PAM_SUCCEED_IF" "8" "06/02/2006" "Linux\-PAM" "Linux\-PAM"
+.TH "PAM_SUCCEED_IF" "8" "06/17/2006" "Linux\-PAM" "Linux\-PAM"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -103,22 +103,20 @@ To emulate the behaviour of
.sp
.RS 3n
.nf
- auth required pam_succeed_if.so quiet user ingroup wheel
-
+auth required pam_succeed_if.so quiet user ingroup wheel
+
.fi
.RE
-.sp
.PP
Given that the type matches, only loads the othermodule rule if the UID is over 500. Adjust the number after default to skip several rules.
.sp
.RS 3n
.nf
- type [default=1 success=ignore] pam_succeed_if.so quiet uid > 500
- type required othermodule.so arguments...
-
+type [default=1 success=ignore] pam_succeed_if.so quiet uid > 500
+type required othermodule.so arguments...
+
.fi
.RE
-.sp
.SH "SEE ALSO"
.PP
diff --git a/modules/pam_succeed_if/pam_succeed_if.8.xml b/modules/pam_succeed_if/pam_succeed_if.8.xml
index d6f26ce9..5df72628 100644
--- a/modules/pam_succeed_if/pam_succeed_if.8.xml
+++ b/modules/pam_succeed_if/pam_succeed_if.8.xml
@@ -230,20 +230,20 @@
<para>
To emulate the behaviour of <emphasis>pam_wheel</emphasis>, except
there is no fallback to group 0:
- <programlisting>
- auth required pam_succeed_if.so quiet user ingroup wheel
- </programlisting>
</para>
+ <programlisting>
+auth required pam_succeed_if.so quiet user ingroup wheel
+ </programlisting>
<para>
Given that the type matches, only loads the othermodule rule if
the UID is over 500. Adjust the number after default to skip
several rules.
- <programlisting>
- type [default=1 success=ignore] pam_succeed_if.so quiet uid &gt; 500
- type required othermodule.so arguments...
- </programlisting>
</para>
+ <programlisting>
+type [default=1 success=ignore] pam_succeed_if.so quiet uid &gt; 500
+type required othermodule.so arguments...
+ </programlisting>
</refsect1>
<refsect1 id='pam_succeed_if-see_also'>