mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
freeradius3: add package
freeradius-server version 2.x has been marked End-Of-Life. This commit adds freeradius-server version 3.0.11 in a new package. This commit also introduces the option "freeradius3-default" which activate all modules needed to run radiusd with its default configuration. - rlm_digest (HTTP Digest Authentication) has been added - rlm_unix (System Authentication) has been added - rlm_attr_rewrite has been deleted Note that SQL and LDAP support has been disabled. Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# FreeRADIUS avanced configuration
|
||||
|
||||
choice
|
||||
prompt "SSL library"
|
||||
default FREERADIUS3_OPENSSL
|
||||
depends on PACKAGE_freeradius3-common
|
||||
|
||||
config FREERADIUS3_NOSSL
|
||||
bool "No SSL support"
|
||||
|
||||
config FREERADIUS3_OPENSSL
|
||||
bool "OpenSSL"
|
||||
|
||||
endchoice
|
||||
Reference in New Issue
Block a user