summaryrefslogtreecommitdiffstats
path: root/network/munge/README
diff options
context:
space:
mode:
author Emmanuel N. Millán2015-08-19 00:55:02 +0200
committer Willy Sudiarto Raharjo2015-08-20 22:25:02 +0200
commit6ac3d63979b80e5f18535fad3b50d9e4c5d4cf9b (patch)
tree8bd04af9d655515df8d3ceea02243153a8552e69 /network/munge/README
parentf67e406bc2416812041a4cfa9225bf48c626e775 (diff)
downloadslackbuilds-6ac3d63979b80e5f18535fad3b50d9e4c5d4cf9b.tar.gz
network/munge: Added (an authentication service).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/munge/README')
-rw-r--r--network/munge/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/munge/README b/network/munge/README
new file mode 100644
index 0000000000..3f2a3ad795
--- /dev/null
+++ b/network/munge/README
@@ -0,0 +1,17 @@
+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