Deleted Added
full compact
pam_nologin.8 (170725) pam_nologin.8 (233648)
1.\" Copyright (c) 2001 Mark R V Murray
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2001 Mark R V Murray
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libpam/modules/pam_nologin/pam_nologin.8 170725 2007-06-14 13:07:06Z yar $
25.\" $FreeBSD: head/lib/libpam/modules/pam_nologin/pam_nologin.8 233648 2012-03-29 05:02:12Z eadler $
26.\"
27.Dd June 10, 2007
28.Dt PAM_NOLOGIN 8
29.Os
30.Sh NAME
31.Nm pam_nologin
32.Nd NoLogin PAM module
33.Sh SYNOPSIS

--- 9 unchanged lines hidden (view full) ---

43account management.
44In terms of the
45.Ar module-type
46parameter, this is the
47.Dq Li account
48feature.
49.Ss NoLogin Account Management Module
50The NoLogin account management component,
26.\"
27.Dd June 10, 2007
28.Dt PAM_NOLOGIN 8
29.Os
30.Sh NAME
31.Nm pam_nologin
32.Nd NoLogin PAM module
33.Sh SYNOPSIS

--- 9 unchanged lines hidden (view full) ---

43account management.
44In terms of the
45.Ar module-type
46parameter, this is the
47.Dq Li account
48feature.
49.Ss NoLogin Account Management Module
50The NoLogin account management component,
51.Fn pam_sm_acct_mgmt ,
51.Fn pam_sm_acct_mgmt ,
52verifies whether logins are administratively disabled via
53.Xr nologin 5 .
54It returns success if the user's login class has an "ignorenologin"
55capability specified in
56.Xr login.conf 5
57or the
58.Xr nologin 5
59file does not exist.

--- 31 unchanged lines hidden ---
52verifies whether logins are administratively disabled via
53.Xr nologin 5 .
54It returns success if the user's login class has an "ignorenologin"
55capability specified in
56.Xr login.conf 5
57or the
58.Xr nologin 5
59file does not exist.

--- 31 unchanged lines hidden ---