Skip to content

Commit

Permalink
enable the new radius module
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 23, 2024
1 parent 2cc9a93 commit d7b7330
Show file tree
Hide file tree
Showing 15 changed files with 690 additions and 1,939 deletions.
491 changes: 344 additions & 147 deletions raddb/mods-available/radius

Large diffs are not rendered by default.

110 changes: 0 additions & 110 deletions src/modules/rlm_radius/TODO.md

This file was deleted.

10 changes: 7 additions & 3 deletions src/modules/rlm_radius/all.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ifeq "${WITH_RADIUS2}" ""
SUBMAKEFILES := rlm_radius.mk rlm_radius_udp.mk
endif
TARGETNAME := rlm_radius
TARGET := $(TARGETNAME)$(L)

SOURCES := rlm_radius.c track.c

TGT_PREREQS := libfreeradius-radius$(L) libfreeradius-bio-config$(L) libfreeradius-bio$(L)
LOG_ID_LIB = 39
File renamed without changes.
Loading

0 comments on commit d7b7330

Please sign in to comment.