Deleted Added
full compact
pam_radius.8 (50476) pam_radius.8 (57686)
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_radius/pam_radius.8 50476 1999-08-28 00:22:10Z peter $
39.\" $FreeBSD: head/lib/libpam/modules/pam_radius/pam_radius.8 57686 2000-03-02 09:14:21Z sheldonh $
40.\"
41.Dd August 2, 1999
42.Dt pam_radius 8
43.Os FreeBSD 3.3
44.Sh NAME
45.Nm pam_radius
46.Nd RADIUS authentication PAM module
47.Sh SYNOPSIS

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

80prompts for a password.
81.It Cm conf Ns No = Ns Ar pathname
82specifies a non-standard location for the RADIUS client configuration file
83(normally located in /etc/radius.conf).
84.It Cm template_user Ns No = Ns Ar username
85specifies a user whose
86.Xr passwd 5
87entry will be used as a template to create the session environment
40.\"
41.Dd August 2, 1999
42.Dt pam_radius 8
43.Os FreeBSD 3.3
44.Sh NAME
45.Nm pam_radius
46.Nd RADIUS authentication PAM module
47.Sh SYNOPSIS

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

80prompts for a password.
81.It Cm conf Ns No = Ns Ar pathname
82specifies a non-standard location for the RADIUS client configuration file
83(normally located in /etc/radius.conf).
84.It Cm template_user Ns No = Ns Ar username
85specifies a user whose
86.Xr passwd 5
87entry will be used as a template to create the session environment
88if the supplied username doesn't exist in local password database. The user
88if the supplied username doesn't exist in local password database.
89The user
89will be authenticated with the supplied username and password, but his
90credentials to the system will be presented as the ones for
91.Ar username ,
92i.e., his login class, home directory, resource limits, etc. will be set to ones
93defined for
94.Ar username .
95.Pp
96If this option is omitted, and there is no username

--- 32 unchanged lines hidden ---
90will be authenticated with the supplied username and password, but his
91credentials to the system will be presented as the ones for
92.Ar username ,
93i.e., his login class, home directory, resource limits, etc. will be set to ones
94defined for
95.Ar username .
96.Pp
97If this option is omitted, and there is no username

--- 32 unchanged lines hidden ---