Skip to content

Commit e944948

Browse files
committed
remove SecurID module.
the modern way to check SecurID tokens is via their REST API.
1 parent 7d0e51a commit e944948

File tree

13 files changed

+7
-5931
lines changed

13 files changed

+7
-5931
lines changed

doc/antora/modules/howto/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
**** xref:howto:upgrade/modules.adoc#rlm_python[Python]
3030
**** xref:howto:upgrade/modules.adoc#rlm_radutmp[Radutmp]
3131
**** xref:howto:upgrade/modules.adoc#rlm_rest[REST]
32+
**** xref:howto:upgrade/modules.adoc#rlm_securid[Securid]
3233
**** xref:howto:upgrade/modules.adoc#rlm_sql[SQL]
3334
***** xref:howto:upgrade/modules.adoc#profiles[Profiles]
3435
***** xref:howto:upgrade/modules.adoc#rlm_sql_mysql[MYSQL]

doc/antora/modules/howto/pages/upgrade/modules.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@ to store session data, instead of radutmp.
253253
`REST-HTTP-Code` is now inserted into the `request` list instead
254254
of the `reply.` list.
255255

256+
[#rlm_securid]
257+
=== rlm_securid
258+
259+
This module has been removed. The modern way to check SecurID tokens
260+
is via a REST API. See the SecurID documentation for examples.
261+
256262
[#rlm_sql]
257263
=== rlm_sql
258264

redhat/freeradius.spec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
%bcond_with rlm_lua
88
%bcond_with rlm_mruby
99
%bcond_with rlm_opendirectory
10-
%bcond_with rlm_securid
1110
%bcond_with rlm_sigtran
1211

1312
#
@@ -712,7 +711,6 @@ export RADIUSD_VERSION_RELEASE="%{release}"
712711
%if 0%{?rhel} < 9
713712
--with-rlm-python-config-bin=/usr/bin/python3.8-config \
714713
%endif
715-
%{autoconf_mod_with rlm_securid} \
716714
%{autoconf_mod_with rlm_sigtran} \
717715
%{autoconf_mod_with rlm_sql_oracle} \
718716
%{autoconf_mod_with rlm_unbound} \

scripts/build/missing-raddb-mod-conf.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ WARNING: raddb/mods-available/radius has no reference for: src_ipv4addr
88
WARNING: raddb/mods-available/radius has no reference for: src_ipv6addr
99
WARNING: raddb/mods-available/rest has no reference for: fail_body_decode
1010
WARNING: raddb/mods-available/rest has no reference for: fail_header_decode
11-
WARNING: Module src/modules/rlm_securid has no raddb/mods-available/securid
1211
WARNING: Module src/modules/rlm_sigtran has no raddb/mods-available/sigtran
1312
WARNING: src/lib/io/schedule.c: 'stats_interval' has no reference in raddb/*
1413
WARNING: src/lib/server/trunk.c: 'close_delay' has no reference in raddb/*

src/modules/rlm_securid/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/modules/rlm_securid/README.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/modules/rlm_securid/all.mk.in

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)