slackbuilds/network/munge
Emmanuel N. Millán 3b9c7febb2 network/munge: Updated for version 0.5.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-09-16 07:15:06 +07:00
..
README network/munge: Updated for version 0.5.12. 2017-09-16 07:15:06 +07:00
doinst.sh network/munge: Added (an authentication service). 2015-08-21 03:25:02 +07:00
munge.SlackBuild network/munge: Updated for version 0.5.12. 2017-09-16 07:15:06 +07:00
munge.info network/munge: Updated for version 0.5.12. 2017-09-16 07:15:06 +07:00
slack-desc network/munge: Updated homepage link. 2017-05-20 06:55:05 +07:00

README

munge (an authentication service)

MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for
creating and validating credentials.

It is designed to be highly scalable for use in an HPC cluster
environment. It allows a process to authenticate the UID and GID of
another local or remote process within a group of hosts having common
users and groups. These hosts form a security realm that is defined
by a shared cryptographic key. Clients within this security realm can
create and validate credentials without the use of root privileges,
reserved ports, or platform-specific methods.

On most platforms, the munged daemon does not require root privileges to run.
If possible, you should run the daemon as a non-privileged user.
This can be specified in the init script /etc/rc.d/rc.munge.

# groupadd -g 310 munge
# useradd -u 310 -d /var/lib/munge -s /bin/false -g munge munge

After installation a secret key file needs to be created. Follow instructions
from:

https://github.com/dun/munge/wiki/Installation-Guide#creating-a-secret-key