summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2015-10-26 06:44:41 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2015-10-26 06:44:41 +0000
commitde1500ada4e0f436ddf18996d98aa44a8b6f6e8e (patch)
tree72ab4d9129579cabe2ecd1d7343744e1ac9a12a0
parent64cdffeb639e3977c73f0f2ee30a6b0b876fa071 (diff)
Using realm for bsdauth is misleading. It is currently unusable.
-rw-r--r--usr.sbin/radiusd/radiusd.conf.510
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5
index 5275c79917d..a2bef64e6e4 100644
--- a/usr.sbin/radiusd/radiusd.conf.5
+++ b/usr.sbin/radiusd/radiusd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: radiusd.conf.5,v 1.6 2015/09/22 10:59:59 sobrado Exp $
+.\" $OpenBSD: radiusd.conf.5,v 1.7 2015/10/26 06:44:40 yasuoka Exp $
.\"
.\" Copyright (c) 2014 Esdenera Networks GmbH
.\" Copyright (c) 2014 Internet Initiative Japan Inc.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 22 2015 $
+.Dd $Mdocdate: October 26 2015 $
.Dt RADIUSD.CONF 5
.Os
.Sh NAME
@@ -186,12 +186,12 @@ module load radius "/usr/libexec/radiusd/radiusd_radius"
module set radius "secret" "testing123"
module set radius "server" "127.0.0.1"
-authenticate *@local {
- authenticate-by bsdauth
-}
authenticate *@example.com {
authenticate-by radius
}
+authenticate * {
+ authenticate-by bsdauth
+}
.Ed
.Sh SEE ALSO
.Xr authenticate 3 ,