munge/README.md

20 lines
555 B
Markdown
Raw Normal View History

2019-12-02 11:48:25 +00:00
# MUNGE
The munge package.
2019-12-02 12:09:02 +00:00
MUNGE (**M**UNGE **U**id '**N**' **G**id **E**mporium) is an authentication service for creating and validating credentials.
2019-12-02 11:48:25 +00:00
2020-11-17 22:46:02 +00:00
Before starting the service as the first time a secret key has to been created.
2019-12-02 11:57:59 +00:00
2020-11-17 22:46:02 +00:00
For creating the key add store it to the file `/etc/munge/munge.key` use `/sbin/mungekey`.
For example:
2019-12-02 11:48:25 +00:00
```
2020-11-17 22:46:02 +00:00
sudo -u munge %{_sbindir}/mungekey -v
```
Please read `man 8 mungekey` for more information.
2019-12-02 11:48:25 +00:00
2020-11-17 22:46:02 +00:00
In the second step you can start and 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