Enables uid & gid authentication across a host cluster
Go to file
Zbigniew Jędrzejewski-Szmek dd0498ebb7 Provide a sysusers.d file to get user() and group() provides
Functionally this changes very little, since the generate %pre scriptlet
is identical to what it replaces. The biggest difference is that the user
has a declarative description and we get Provides:user(munge), group(munge).

Also modernize the spec file a bit in other places.
2020-02-10 17:50:20 +01: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 Provide a sysusers.d file to get user() and group() provides 2020-02-10 17:50:20 +01: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