CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2024/07/01 18:00:12
Modified files: usr.sbin/radiusd: parse.y radiusd.conf.5 usr.sbin/radiusd/radiusd_bsdauth: Makefile usr.sbin/radiusd/radiusd_radius: Makefile usr.sbin/radiusd/radiusd_standard: Makefile Added files: usr.sbin/radiusd: radiusd_bsdauth.8 radiusd_radius.8 radiusd_standard.8 Log message: Change the syntax for "module" and "authenticate". "module" can have a {} block now. On the other hand, "authentication" can be without a {} block. The previous syntax is still accepted. Also make specifying the path of "module" be optional.