new radius_standard module.
-# $OpenBSD: radiusd.conf,v 1.4 2023/09/18 14:44:21 sobrado Exp $
+# $OpenBSD: radiusd.conf,v 1.5 2023/09/24 06:09:35 yasuoka Exp $
listen on 0.0.0.0
#listen on ::
module set radius secret "testing123"
module set radius server "127.0.0.1"
+module load strip-realm "/usr/libexec/radiusd/radiusd_standard"
+module set strip-realm strip-atmark-realm true
+
authenticate *@local {
authenticate-by bsdauth
+ decorate-by strip-realm
}
authenticate *@example.com {
authenticate-by radius