diff options
author | 2015-10-01 20:35:55 +0000 | |
---|---|---|
committer | 2015-10-01 20:35:55 +0000 | |
commit | 69cf00982c5353b08ef42fa7ff3b5aa428884a7e (patch) | |
tree | 36a27df7c40ca3c3301231e395610fda44579983 | |
parent | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an (diff) | |
download | wireguard-openbsd-69cf00982c5353b08ef42fa7ff3b5aa428884a7e.tar.xz wireguard-openbsd-69cf00982c5353b08ef42fa7ff3b5aa428884a7e.zip |
some radiusd updates, from theo buehler
-rw-r--r-- | libexec/login_radius/login_radius.8 | 17 | ||||
-rw-r--r-- | share/man/man5/login.conf.5 | 6 |
2 files changed, 9 insertions, 14 deletions
diff --git a/libexec/login_radius/login_radius.8 b/libexec/login_radius/login_radius.8 index dc6000ec003..8f36475c0e0 100644 --- a/libexec/login_radius/login_radius.8 +++ b/libexec/login_radius/login_radius.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_radius.8,v 1.12 2013/08/14 08:39:31 jmc Exp $ +.\" $OpenBSD: login_radius.8,v 1.13 2015/10/01 20:35:55 jmc Exp $ .\" .\" Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved. .\" @@ -32,7 +32,7 @@ .\" .\" BSDI $From: login_radius.8,v 1.2 1996/11/11 18:42:02 prb Exp $ .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: October 1 2015 $ .Dt LOGIN_RADIUS 8 .Os .Sh NAME @@ -49,7 +49,7 @@ The .Nm utility contacts the -.Xr radiusd +.Xr radiusd 8 daemon to authenticate a .Ar user . If no @@ -60,7 +60,7 @@ When executed as the name .Pa login_ Ns Ar style , .Nm will request -.Xr radiusd +.Xr radiusd 8 use the authentication specified by .Ar style . .Pp @@ -95,7 +95,7 @@ server shared_secret .Pp It is expected that rather than requesting the radius style directly (in which case the -.Xr radiusd +.Xr radiusd 8 server uses a default style) that .Nm @@ -111,7 +111,7 @@ to both of those names. Now when the user requests one of those authentication styles, .Nm will automatically forward the request to the remote -.Xr radiusd +.Xr radiusd 8 and request it do the requested style of authentication. .Sh LOGIN.CONF VARIABLES The @@ -154,11 +154,6 @@ list of radius servers and their associated shared secrets .Xr login 1 , .Xr login.conf 5 .Sh CAVEATS -.Ox -does not ship with a radius server in the default install, however -several are available via -.Xr packages 7 . -.Pp For .Nm to function, the diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 19564899e47..afbd0d025d1 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,10 +30,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.60 2015/09/24 13:24:59 sobrado Exp $ +.\" $OpenBSD: login.conf.5,v 1.61 2015/10/01 20:35:55 jmc Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" -.Dd $Mdocdate: September 24 2015 $ +.Dd $Mdocdate: October 1 2015 $ .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -542,7 +542,7 @@ and are provided for use by programs like .Xr ftpd 8 and -.Xr radiusd . +.Xr radiusd 8 . If no service type is specified, .Li login is used. |