-.\" $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.
.\" 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
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 ,