Skip to content

Commit

Permalink
freeradius3: add package
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lucile Quirion committed Jul 12, 2016
1 parent a1f0737 commit 0871991
Show file tree
Hide file tree
Showing 3 changed files with 647 additions and 0 deletions.
14 changes: 14 additions & 0 deletions net/freeradius3/Config.in
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 0871991

Please sign in to comment.