Enables uid & gid authentication across a host cluster
Go to file
Ankur Sinha (Ankur Sinha Gmail) 850e4b0514
Update to 0.5.14
2020-11-17 22:46:02 +00:00
.gitignore Update to 0.5.14 2020-11-17 22:46:02 +00: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 Update to 0.5.14 2020-11-17 22:46:02 +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 Update to 0.5.14 2020-11-17 22:46:02 +00: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.

Before starting the service as the first time a secret key has to been created.

For creating the key add store it to the file /etc/munge/munge.key use /sbin/mungekey. For example:

sudo -u munge %{_sbindir}/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 enalbe munge