diff options
author | Emmanuel N. Millan <emmanueln@gmail.com> | 2021-03-19 00:29:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-20 11:00:43 +0700 |
commit | 74f0fa68e062d476b72c4a96e93da4a050e57824 (patch) | |
tree | f7710a68b8030615c661deaec40f181b3ccb3cb8 /network/munge/README | |
parent | aef786017d91d55744b780f77708e99cad2db91a (diff) |
network/munge: Updated for version 0.5.14.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/munge/README')
-rw-r--r-- | network/munge/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/munge/README b/network/munge/README index 3d3792de7a576..7a6632501a6c3 100644 --- a/network/munge/README +++ b/network/munge/README @@ -11,14 +11,14 @@ 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. +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: +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 |