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>
14 lines
237 B
Text
14 lines
237 B
Text
# 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
|