Enables uid & gid authentication across a host cluster
Go to file
Fedora Release Engineering 8319637dbc - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 08:39:28 +00:00
.gitignore Prepare 0.5.13 release 2018-05-17 01:45:20 +02:00
create-munge-key First version. 2009-07-30 08:11:25 +00:00
munge.logrotate First version. 2009-07-30 08:11:25 +00:00
munge.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild 2020-07-28 08:39:28 +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 bold at text 2019-12-02 13:09:02 +01:00
sources Prepare 0.5.13 release 2018-05-17 01:45:20 +02:00

MUNGE

The munge package.

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

Bevor 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 the following script is provided:

create-munge-key

In the second step you can start und enable the munge service.

systemctl start munge
systemctl enalbe munge