From 3c46351fe40249885981caa42457bd4d8bfe3e79 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 Dec 2021 14:38:01 -0500 Subject: [PATCH] import idm-client-9000020211105173121.89fdd08a --- .gitignore | 0 .idm.metadata | 0 SOURCES/modulemd.src.txt | 45 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 .gitignore create mode 100644 .idm.metadata create mode 100644 SOURCES/modulemd.src.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.idm.metadata b/.idm.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..7d12c4c --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,45 @@ +--- +document: modulemd +version: 2 +data: + stream: client + summary: RHEL IdM long term support client module + description: >- + RHEL IdM is an integrated solution to provide centrally managed Identity (users, + hosts, services), Authentication (SSO, 2FA), and Authorization (host access control, + SELinux user roles, services). The solution provides features for further integration + with Linux based clients (SUDO, automount) and integration with Active Directory + based infrastructures (Trusts). + + This module stream supports only client side of RHEL IdM solution + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el9] + requires: + platform: [el9] + references: + community: https://www.freeipa.org/ + documentation: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/#category-identity-management + tracker: https://pagure.io/freeipa/issues + profiles: + default: + description: A default profile for RHEL IdM client + rpms: + - ipa-client + common: + description: Profile for RHEL IdM client + rpms: + - ipa-client + smb: + description: Samba file server on RHEL IdM client + rpms: + - ipa-client + - ipa-client-samba + epn: + description: Profile to handle Expiring Password Notifications (EPN) on RHEL IdM client + rpms: + - ipa-client + - ipa-client-epn