Blame freeradius.yaml

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