import freeradius-3.0-8020020191122172113.31e953cd

This commit is contained in:
CentOS Sources 2020-04-28 04:50:30 -04:00 committed by Stepan Oksanichenko
parent bedfed0640
commit 341c946d23
1 changed files with 17 additions and 22 deletions

View File

@ -3,35 +3,36 @@ document: modulemd
version: 2 version: 2
data: data:
name: freeradius name: freeradius
stream: "3.0" stream: 3.0
summary: High-performance and highly configurable free RADIUS server summary: High-performance and highly configurable free RADIUS server
description: >- description: >-
The FreeRADIUS Server Project is a high performance and highly configurable The FreeRADIUS Server Project is a high performance and highly configurable GPL'd
GPL'd free RADIUS server. The server is similar in some respects to free RADIUS server. The server is similar in some respects to Livingston's 2.0
Livingston's 2.0 server. While FreeRADIUS started as a variant of the server. While FreeRADIUS started as a variant of the Cistron RADIUS server, they
Cistron RADIUS server, they don't share a lot in common any more. It now don't share a lot in common any more. It now has many more features than Cistron
has many more features than Cistron or Livingston, and is much more or Livingston, and is much more configurable.
configurable.
FreeRADIUS is an Internet authentication daemon, which implements the FreeRADIUS is an Internet authentication daemon, which implements the RADIUS protocol,
RADIUS protocol, as defined in RFC 2865 (and others). It allows Network as defined in RFC 2865 (and others). It allows Network Access Servers (NAS boxes)
Access Servers (NAS boxes) to perform authentication for dial-up users. to perform authentication for dial-up users. There are also RADIUS clients available
There are also RADIUS clients available for Web servers, firewalls, Unix for Web servers, firewalls, Unix logins, and more. Using RADIUS allows authentication
logins, and more. Using RADIUS allows authentication and authorization and authorization for a network to be centralized, and minimizes the amount of
for a network to be centralized, and minimizes the amount of
re-configuration which has to be done when adding or deleting new users. re-configuration which has to be done when adding or deleting new users.
license: license:
module: module:
- GPL - GPL
dependencies: dependencies:
- buildrequires: - buildrequires:
# Depends on net-snmp which is built only against Perl 5.26
perl: [5.26] perl: [5.26]
platform: [el8] platform: [el8]
requires: requires:
# Depends on net-snmp which is built only against Perl 5.26
perl: [5.26] perl: [5.26]
platform: [el8] platform: [el8]
profiles:
server:
description: The FreeRADIUS Server
rpms:
- freeradius
api: api:
rpms: rpms:
- freeradius - freeradius
@ -46,16 +47,10 @@ data:
- freeradius-sqlite - freeradius-sqlite
- freeradius-unixODBC - freeradius-unixODBC
- freeradius-utils - freeradius-utils
profiles:
server:
description: The FreeRADIUS Server
rpms:
- freeradius
components: components:
rpms: rpms:
freeradius: freeradius:
rationale: Provides the FreeRADIUS server rationale: Provides the FreeRADIUS server
ref: stream-3.0-rhel-8.1.0 ref: stream-3.0-rhel-8.2.0
buildorder: 10 buildorder: 10
... ...