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. WWW: http://code.google.com/p/munge/ PR: ports/166386 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
11 lines
366 B
Text
11 lines
366 B
Text
--- configure.orig 2012-03-18 03:31:24.960241537 +0600
|
|
+++ configure 2012-03-18 03:31:41.879241019 +0600
|
|
@@ -952,7 +952,7 @@
|
|
datadir='${datarootdir}'
|
|
sysconfdir='${prefix}/etc'
|
|
sharedstatedir='${prefix}/com'
|
|
-localstatedir='${prefix}/var'
|
|
+localstatedir='/var'
|
|
includedir='${prefix}/include'
|
|
oldincludedir='/usr/include'
|
|
docdir='${datarootdir}/doc/${PACKAGE}'
|