summaryrefslogtreecommitdiffstats
path: root/network/munge
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-06 18:59:32 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-12 06:58:01 +0700
commit203b4a55c8de461c2ac35343ea6595701bc8405c (patch)
treee42cd917c1cb4b8fb538416adf4d16f68bafd287 /network/munge
parent489a4f773c79bea7c5c6cfe7767d8a7f1de77d57 (diff)
downloadslackbuilds-203b4a55c8de461c2ac35343ea6595701bc8405c.tar.gz
slackbuilds-203b4a55c8de461c2ac35343ea6595701bc8405c.tar.xz
network/munge: Update README.
Diffstat (limited to 'network/munge')
-rw-r--r--network/munge/README21
1 files changed, 14 insertions, 7 deletions
diff --git a/network/munge/README b/network/munge/README
index 3f2a3ad795..c19e6006b0 100644
--- a/network/munge/README
+++ b/network/munge/README
@@ -1,10 +1,15 @@
-MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials.
+munge (an authentication service)
-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.
+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.
@@ -13,5 +18,7 @@ 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:
+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