Deleted Added
full compact
pam_tacplus.8 (79658) pam_tacplus.8 (131504)
1.\" Copyright (c) 1999
2.\" Andrzej Bialecki <abial@FreeBSD.org>. All rights reserved.
3.\"
4.\" Copyright (c) 1992, 1993, 1994
5.\" The Regents of the University of California. All rights reserved.
6.\" All rights reserved.
7.\"
8.\" This code is derived from software donated to Berkeley by

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

31.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37.\" SUCH DAMAGE.
38.\"
1.\" Copyright (c) 1999
2.\" Andrzej Bialecki <abial@FreeBSD.org>. All rights reserved.
3.\"
4.\" Copyright (c) 1992, 1993, 1994
5.\" The Regents of the University of California. All rights reserved.
6.\" All rights reserved.
7.\"
8.\" This code is derived from software donated to Berkeley by

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

31.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37.\" SUCH DAMAGE.
38.\"
39.\" $FreeBSD: head/lib/libpam/modules/pam_tacplus/pam_tacplus.8 79658 2001-07-13 09:09:52Z ru $
39.\" $FreeBSD: head/lib/libpam/modules/pam_tacplus/pam_tacplus.8 131504 2004-07-02 23:52:20Z ru $
40.\"
41.Dd August 2, 1999
42.Dt PAM_TACPLUS 8
43.Os
44.Sh NAME
45.Nm pam_tacplus
46.Nd TACACS+ authentication PAM module
47.Sh SYNOPSIS

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

86specifies a user whose
87.Xr passwd 5
88entry will be used as a template to create the session environment
89if the supplied username does not exist in local password database.
90The user
91will be authenticated with the supplied username and password, but his
92credentials to the system will be presented as the ones for
93.Ar username ,
40.\"
41.Dd August 2, 1999
42.Dt PAM_TACPLUS 8
43.Os
44.Sh NAME
45.Nm pam_tacplus
46.Nd TACACS+ authentication PAM module
47.Sh SYNOPSIS

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

86specifies a user whose
87.Xr passwd 5
88entry will be used as a template to create the session environment
89if the supplied username does not exist in local password database.
90The user
91will be authenticated with the supplied username and password, but his
92credentials to the system will be presented as the ones for
93.Ar username ,
94i.e., his login class, home directory, resource limits, etc. will be set to ones
94i.e., his login class, home directory, resource limits, etc.\& will be set to ones
95defined for
96.Ar username .
97.Pp
98If this option is omitted, and there is no username
99in the system databases equal to the supplied one (as determined by call to
100.Xr getpwnam 3 ) ,
101the authentication will fail.
102.El

--- 28 unchanged lines hidden ---
95defined for
96.Ar username .
97.Pp
98If this option is omitted, and there is no username
99in the system databases equal to the supplied one (as determined by call to
100.Xr getpwnam 3 ) ,
101the authentication will fail.
102.El

--- 28 unchanged lines hidden ---