Deleted Added
full compact
pam_radius.8 (131504) pam_radius.8 (141846)
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 131504 2004-07-02 23:52:20Z ru $
39.\" $FreeBSD: head/lib/libpam/modules/pam_radius/pam_radius.8 141846 2005-02-13 22:25:33Z ru $
40.\"
41.Dd October 28, 2002
42.Dt PAM_RADIUS 8
43.Os
44.Sh NAME
45.Nm pam_radius
46.Nd RADIUS authentication PAM module
47.Sh SYNOPSIS

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

83(normally located in
84.Pa /etc/radius.conf ) .
85.It Cm nas_id Ns = Ns Ar identifier
86specifies a NAS identifier to send instead of the hostname.
87.It Cm template_user Ns = Ns Ar username
88specifies a user whose
89.Xr passwd 5
90entry will be used as a template to create the session environment
40.\"
41.Dd October 28, 2002
42.Dt PAM_RADIUS 8
43.Os
44.Sh NAME
45.Nm pam_radius
46.Nd RADIUS authentication PAM module
47.Sh SYNOPSIS

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

83(normally located in
84.Pa /etc/radius.conf ) .
85.It Cm nas_id Ns = Ns Ar identifier
86specifies a NAS identifier to send instead of the hostname.
87.It Cm template_user Ns = Ns Ar username
88specifies a user whose
89.Xr passwd 5
90entry will be used as a template to create the session environment
91if the supplied username doesn't exist in local password database.
91if the supplied username does not exist in local password database.
92The user
93will be authenticated with the supplied username and password, but his
94credentials to the system will be presented as the ones for
95.Ar username ,
96i.e., his login class, home directory, resource limits, etc.\& will be set to ones
97defined for
98.Ar username .
99.Pp

--- 39 unchanged lines hidden ---
92The user
93will be authenticated with the supplied username and password, but his
94credentials to the system will be presented as the ones for
95.Ar username ,
96i.e., his login class, home directory, resource limits, etc.\& will be set to ones
97defined for
98.Ar username .
99.Pp

--- 39 unchanged lines hidden ---