Enables uid & gid authentication across a host cluster
057d5d6031
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org> |
||
---|---|---|
.gitignore | ||
0001-Sharness-Add-munged_kill_daemon-and-munged_cleanup.patch | ||
0002-Sharness-Fix-dup-of-failing-check-when-run-by-root.patch | ||
0003-Sharness-Fix-EACCES-failure-succeeding-for-root.patch | ||
0004-HKDF-Fix-big-endian-bug-caused-by-size_t-ptr-cast.patch | ||
0104-munged-security-pidfile.t | ||
0105-munged-security-seedfile.t | ||
create-munge-key | ||
dun.gpg | ||
munge-0.5.14.tar.xz.asc | ||
munge.logrotate | ||
munge.spec | ||
munge.sysusers | ||
README.md | ||
sources |
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