OpenBSD CVS

CVS log for src/usr.sbin/radiusd/radiusd.conf.5


[BACK] Up to [local] / src / usr.sbin / radiusd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.34 / (download) - annotate - [select for diffs], Thu Jul 18 00:28:53 2024 UTC (14 months, 2 weeks ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_7_7_BASE, OPENBSD_7_7, OPENBSD_7_6_BASE, OPENBSD_7_6, HEAD
Changes since 1.33: +4 -2 lines
Diff to previous 1.33 (colored)

Add a link to radiud_file(8)

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jul 17 11:13:22 2024 UTC (14 months, 2 weeks ago) by yasuoka
Branch: MAIN
Changes since 1.32: +13 -1 lines
Diff to previous 1.32 (colored)

Document "authentication-filter".

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jul 14 18:03:59 2024 UTC (14 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored)

zap a stray Nd line;

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jul 14 16:22:59 2024 UTC (14 months, 2 weeks ago) by yasuoka
Branch: MAIN
Changes since 1.30: +7 -2 lines
Diff to previous 1.30 (colored)

Add radiusd_file(5) and link it from radiusd.conf(5).

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 14 16:09:23 2024 UTC (14 months, 2 weeks ago) by yasuoka
Branch: MAIN
Changes since 1.29: +11 -4 lines
Diff to previous 1.29 (colored)

Add new radiusd_eap2mschap module.  It provides conversions from EAP
to MSCHAPv2.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jul 10 05:40:08 2024 UTC (14 months, 3 weeks ago) by jmc
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28 (colored)

grammar tweak;

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jul 9 17:26:14 2024 UTC (14 months, 3 weeks ago) by yasuoka
Branch: MAIN
Changes since 1.27: +9 -1 lines
Diff to previous 1.27 (colored)

Add radiusd_ipcp(8).  A module which provides IP configuration through
RADIUS Access-Accept messages and manages IP address pool through
RADIUS accounting messages.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Jul 4 13:14:26 2024 UTC (14 months, 4 weeks ago) by sobrado
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

the port to listen on is an optional argument; the default port number
is 1812 for authentication and 1813 for accounting.

ok jmc@, yasuoka@

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jul 4 13:09:25 2024 UTC (14 months, 4 weeks ago) by sobrado
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored)

only "decorate-by" is currently supported by the grammar specification.

ok jmc@, yasuoka@

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jul 4 05:23:24 2024 UTC (14 months, 4 weeks ago) by jmc
Branch: MAIN
Changes since 1.24: +20 -13 lines
Diff to previous 1.24 (colored)

- tidy "authenticate" and "account" commands using Xo/Xc
- decoratd -> decorated (fix proposed by sobrado too)
- fix grammar in "account" description

ok yasuoka

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jul 3 06:09:13 2024 UTC (14 months, 4 weeks ago) by yasuoka
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored)

Add missing "module standard".  It is needed before use it.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 2 06:01:22 2024 UTC (15 months ago) by jmc
Branch: MAIN
Changes since 1.22: +6 -6 lines
Diff to previous 1.22 (colored)

spelling, grammar, macro fixes for previous;

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jul 2 00:35:56 2024 UTC (15 months ago) by yasuoka
Branch: MAIN
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

Fix previous.  The place of "accounting" was wrong.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jul 2 00:33:51 2024 UTC (15 months ago) by yasuoka
Branch: MAIN
Changes since 1.20: +34 -3 lines
Diff to previous 1.20 (colored)

Add support for RADIUS accounting.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jul 2 00:00:12 2024 UTC (15 months ago) by yasuoka
Branch: MAIN
Changes since 1.19: +61 -135 lines
Diff to previous 1.19 (colored)

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.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jul 1 03:22:06 2024 UTC (15 months ago) by yasuoka
Branch: MAIN
Changes since 1.18: +3 -5 lines
Diff to previous 1.18 (colored)

"secret" without quote can be used for key or value since it is treated
specially now.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 14 09:55:28 2023 UTC (2 years ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.17: +4 -3 lines
Diff to previous 1.17 (colored)

Clarify the interval after 30sec.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Sep 8 05:56:22 2023 UTC (2 years ago) by yasuoka
Branch: MAIN
Changes since 1.16: +49 -9 lines
Diff to previous 1.16 (colored)

Add request or response decoration feature which is used through the
radiusd module interface.  This makes additional modules can modify
RADIUS request or response messages.  Also add new "radius_standard"
module which uses this new feature, provides some generic features
like "strip-atmark-realm" which removes the realm part from the
User-Name attribute.  from IIJ.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 4 12:28:18 2023 UTC (2 years ago) by yasuoka
Branch: MAIN
Changes since 1.15: +9 -9 lines
Diff to previous 1.15 (colored)

Don't surround by "" at much as possible.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 13 00:59:53 2022 UTC (2 years, 9 months ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored)

Clarify the default is to require message authentication.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 23 21:28:10 2020 UTC (5 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;

Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 23 21:10:54 2020 UTC (5 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 10 13:18:21 2020 UTC (5 years, 7 months ago) by schwarze
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

briefly mention /etc/examples/ in the FILES section of all the
manual pages that document the corresponding configuration files;
OK jmc@, and general direction discussed with many

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 1 14:47:56 2019 UTC (6 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (colored)

tweak previous;

Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 1 09:40:16 2019 UTC (6 years, 6 months ago) by yasuoka
Branch: MAIN
Changes since 1.9: +25 -15 lines
Diff to previous 1.9 (colored)

Update radiusd.conf(5) man page and its example to recommend to
surround words with double quote.  Also fix a bug in the man page
that module argument was missing for "module set".

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 1 09:25:14 2019 UTC (6 years, 6 months ago) by yasuoka
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Make "secret" become a required configuration for both client and
radius module.  "secret" for client was required already, but it
hadn't cause an error if it's missing.  Original diff from IIJ.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 13 21:48:07 2017 UTC (8 years, 6 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

Fix typo in FILES section

from Pierre Emeriaud

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 26 06:44:40 2015 UTC (9 years, 11 months ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

Using realm for bsdauth is misleading.  It is currently unusable.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 22 10:59:59 2015 UTC (10 years ago) by sobrado
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

typo.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 3 07:35:25 2015 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.4: +36 -30 lines
Diff to previous 1.4 (colored)

fix up previous;

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 3 02:23:09 2015 UTC (10 years, 2 months ago) by yasuoka
Branch: MAIN
Changes since 1.3: +122 -29 lines
Diff to previous 1.3 (colored)

Make radiusd.conf.5 describe all configuration options

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 29 07:03:00 2015 UTC (10 years, 2 months ago) by sobrado
Branch: MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2 (colored)

add a FILES section to make clear where RADIUS configuration file
is placed by default.

ok yasuoka@

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 21 04:41:26 2015 UTC (10 years, 2 months ago) by yasuoka
Branch: MAIN
Changes since 1.1: +24 -6 lines
Diff to previous 1.1 (colored)

Correct man pages.  Update the config example, fix some options, fix the
copyright and use $Mdocdate$.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 21 04:06:04 2015 UTC (10 years, 2 months ago) by yasuoka
Branch: MAIN

Add radiusd(8) and radiusctl(8).  They are WIP.  radiusd(8) is a RADIUS
server and radiusctl(8) is to control the server.  radiusd(8) currently
supports bsdauth and radius (upstream radius servers) as authentication
backends.

fixes from jsg blambert
ok deraadt

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.