Enables uid & gid authentication across a host cluster
Go to file
Fedora Release Engineering 057d5d6031 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 23:59:44 +00:00
.gitignore Update to 0.5.14 2020-11-17 22:46:02 +00:00
0001-Sharness-Add-munged_kill_daemon-and-munged_cleanup.patch fix(s390x): include patches to fix s390x build 2021-04-30 09:36:47 +01:00
0002-Sharness-Fix-dup-of-failing-check-when-run-by-root.patch fix(s390x): include patches to fix s390x build 2021-04-30 09:36:47 +01:00
0003-Sharness-Fix-EACCES-failure-succeeding-for-root.patch fix(s390x): include patches to fix s390x build 2021-04-30 09:36:47 +01:00
0004-HKDF-Fix-big-endian-bug-caused-by-size_t-ptr-cast.patch fix(s390x): include patches to fix s390x build 2021-04-30 09:36:47 +01:00
0104-munged-security-pidfile.t fix(s390x): include patches to fix s390x build 2021-04-30 09:36:47 +01:00
0105-munged-security-seedfile.t fix(s390x): include patches to fix s390x build 2021-04-30 09:36:47 +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
munge-0.5.14.tar.xz.asc Update to 0.5.14 2020-11-17 22:46:02 +00:00
munge.logrotate First version. 2009-07-30 08:11:25 +00:00
munge.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild 2022-07-21 23:59:44 +00: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 Update to 0.5.14 2020-11-17 22:46:02 +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