munge/README.md

21 lines
470 B
Markdown
Raw Normal View History

2019-12-02 11:48:25 +00: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.
2019-12-02 11:57:59 +00:00
2019-12-02 11:48:25 +00:00
For creating the key add store it to the file `/etc/munge/munge.key` the following script is provided:
2019-12-02 12:04:27 +00:00
```bash
2019-12-02 11:48:25 +00:00
create-munge-key
```
In the second step you can start und enable the munge service.
2019-12-02 12:04:27 +00:00
```bash
2019-12-02 11:48:25 +00:00
systemctl start munge
systemctl enalbe munge
```