[mod_rad_auth] Remove from tree

This commit is contained in:
Andrey Volk
2024-12-12 15:11:34 +03:00
parent c9a7269366
commit 443a1ca790
10 changed files with 4 additions and 991 deletions

1
debian/bootstrap.sh vendored
View File

@@ -36,7 +36,6 @@ avoid_mods=(
applications/mod_limit
applications/mod_mongo
applications/mod_osp
applications/mod_rad_auth
applications/mod_skel
applications/mod_cluechoo
codecs/mod_com_g729

View File

@@ -164,10 +164,6 @@ Description: Longest prefix match search
This module provides a data store with fast lookups by the longest
prefix match (LPM) rule.
Module: applications/mod_rad_auth
Description: RADIUS AA
This module implements RADIUS Authentication and Authorization.
Module: applications/mod_random
Description: Entropy extraction
This module extracts entropy from FreeSWITCH and feeds it into

1
debian/util.sh vendored
View File

@@ -105,7 +105,6 @@ getlibs () {
getlib http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
#getlib http://download.zeromq.org/zeromq-2.1.9.tar.gz \
# || getlib http://download.zeromq.org/historic/zeromq-2.1.9.tar.gz
getlib http://files.freeswitch.org/downloads/libs/freeradius-client-1.1.7.tar.gz
#getlib http://files.freeswitch.org/downloads/libs/v8-3.24.14.tar.bz2
}