1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 07:38:40 +02:00
openwrt-packages/net/freeradius3/Config.in
Lucile Quirion 0871991d8d 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>
2016-07-12 11:37:05 -04:00

15 lines
237 B
Plaintext

# 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