Enables uid & gid authentication across a host cluster
Go to file
Petr Šabata 8dc37bf70a RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/munge#cc133c564743a6f3936484f812c8fcf6affa02dc
2020-10-15 20:38:59 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
create-munge-key RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
munge.logrotate RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
munge.spec RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
munge.sysusers RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +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