Enables uid & gid authentication across a host cluster
Go to file
2026-02-25 08:24:17 +00:00
.gitignore import OL munge-0.5.15-11.el10_1 2026-02-25 08:24:17 +00:00
dun.gpg import OL munge-0.5.15-11.el10_1 2026-02-25 08:24:17 +00:00
Fix-buffer-overflow-when-unpacking-message-address-l.patch import OL munge-0.5.15-11.el10_1 2026-02-25 08:24:17 +00:00
munge-0.5.15.tar.xz.asc import OL munge-0.5.15-11.el10_1 2026-02-25 08:24:17 +00:00
munge.spec import OL munge-0.5.15-11.el10_1 2026-02-25 08:24:17 +00:00
munge.sysusers import OL munge-0.5.15-11.el10_1 2026-02-25 08:24:17 +00:00
README.md import OL munge-0.5.15-11.el10_1 2026-02-25 08:24:17 +00:00
sources import OL munge-0.5.15-11.el10_1 2026-02-25 08:24:17 +00: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