Deleted Added
full compact
pam_radius.8 (131421) pam_radius.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_radius/pam_radius.8 131421 2004-07-01 18:20:57Z ru $
39.\" $FreeBSD: head/lib/libpam/modules/pam_radius/pam_radius.8 131504 2004-07-02 23:52:20Z 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

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

64.It Cm use_first_pass
65causes
66.Nm
67to use a previously entered password instead of prompting for a new one.
68If no password has been entered then authentication fails.
69.It Cm try_first_pass
70causes
71.Nm
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

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

64.It Cm use_first_pass
65causes
66.Nm
67to use a previously entered password instead of prompting for a new one.
68If no password has been entered then authentication fails.
69.It Cm try_first_pass
70causes
71.Nm
72to use a previously entered password, if one is available. If no
72to use a previously entered password, if one is available.
73If no
73password has been entered,
74.Nm
75prompts for one as usual.
76.It Cm echo_pass
77causes echoing to be left on if
78.Nm
79prompts for a password.
80.It Cm conf Ns = Ns Ar pathname

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

87specifies a user whose
88.Xr passwd 5
89entry will be used as a template to create the session environment
90if the supplied username doesn't exist in local password database.
91The user
92will be authenticated with the supplied username and password, but his
93credentials to the system will be presented as the ones for
94.Ar username ,
74password has been entered,
75.Nm
76prompts for one as usual.
77.It Cm echo_pass
78causes echoing to be left on if
79.Nm
80prompts for a password.
81.It Cm conf Ns = Ns Ar pathname

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

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.
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 ,
95i.e., his login class, home directory, resource limits, etc. will be set to ones
96i.e., his login class, home directory, resource limits, etc.\& will be set to ones
96defined for
97.Ar username .
98.Pp
99If this option is omitted, and there is no username
100in the system databases equal to the supplied one (as determined by call to
101.Xr getpwnam 3 ) ,
102the authentication will fail.
103.It Cm nas_ipaddr Ns Op No = Ns Ar address

--- 34 unchanged lines hidden ---
97defined for
98.Ar username .
99.Pp
100If this option is omitted, and there is no username
101in the system databases equal to the supplied one (as determined by call to
102.Xr getpwnam 3 ) ,
103the authentication will fail.
104.It Cm nas_ipaddr Ns Op No = Ns Ar address

--- 34 unchanged lines hidden ---