Enables uid & gid authentication across a host cluster
dd0498ebb7
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. |
||
---|---|---|
.gitignore | ||
create-munge-key | ||
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.
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