Enables uid & gid authentication across a host cluster
Go to file
Kamal Heib 4107e738fb Fix CVE-2026-25506
Resolves: RHEL-148520

Signed-off-by: Kamal Heib <kheib@redhat.com>
2026-02-13 10:43:55 -05:00
tests Adding files for c10s gating test 2024-08-09 14:42:54 -04:00
.gitignore feat: update to 0.5.15 (fixes rhbz#2100309) 2022-07-25 10:23:39 +01:00
changelog feat: use rpmautospec 2022-07-25 10:23:38 +01:00
create-munge-key First version. 2009-07-30 08:11:25 +00:00
dun.gpg Update to 0.5.14 2020-11-17 22:46:02 +00:00
Fix-buffer-overflow-when-unpacking-message-address-l.patch Fix CVE-2026-25506 2026-02-13 10:43:55 -05:00
gating.yaml Adding files for c10s gating test 2024-08-09 14:42:54 -04:00
munge-0.5.15.tar.xz.asc feat: update to 0.5.15 (fixes rhbz#2100309) 2022-07-25 10:23:39 +01:00
munge.logrotate First version. 2009-07-30 08:11:25 +00:00
munge.spec Fix CVE-2026-25506 2026-02-13 10:43:55 -05:00
munge.sysusers Provide a sysusers.d file to get user() and group() provides 2020-02-10 17:50:20 +01:00
README.md fix(readme): add missing backticks to code snippet 2021-04-30 07:46:14 +01:00
sources feat: update to 0.5.15 (fixes rhbz#2100309) 2022-07-25 10:23:39 +01:00

MUNGE

The munge package.

MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials.

A secret key must be created before starting the service for the first time. This can be done with the following command:

sudo -u munge /usr/sbin/mungekey -v

Please read man 8 mungekey for more information. In the second step you can start and enable the munge service.

systemctl start munge
systemctl enable munge