~ubuntu-branches/ubuntu/oneiric/pam/oneiric-proposed

« back to all changes in this revision

Viewing changes to modules/pam_succeed_if/pam_succeed_if.8

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-02-17 16:15:47 UTC
  • mfrom: (3.2.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110217161547-afxi0yboxvn18a5t
Tags: 1.1.2-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
    not present there or in /etc/security/pam_env.conf. (should send to
    Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent
    showing it again.
  - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
    for update-motd, with some best practices and notes of explanation.
  - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
    to update-motd(5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"     Title: pam_succeed_if
2
2
.\"    Author: [see the "AUTHOR" section]
3
3
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
4
 
.\"      Date: 06/16/2009
 
4
.\"      Date: 07/08/2010
5
5
.\"    Manual: Linux-PAM
6
6
.\"    Source: Linux-PAM
7
7
.\"  Language: English
8
8
.\"
9
 
.TH "PAM_SUCCEED_IF" "8" "06/16/2009" "Linux-PAM" "Linux\-PAM"
 
9
.TH "PAM_SUCCEED_IF" "8" "07/08/2010" "Linux-PAM" "Linux\-PAM"
10
10
.\" -----------------------------------------------------------------
11
11
.\" * (re)Define some macros
12
12
.\" -----------------------------------------------------------------
208
208
Don\'t log success to the system log\&.
209
209
.RE
210
210
.PP
 
211
\fBaudit\fR
 
212
.RS 4
 
213
Log unknown users to the system log\&.
 
214
.RE
 
215
.PP
211
216
 
212
217
\fICondition\fRs are three words: a field, a test, and a value to test for\&.
213
218
.PP