diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2010-11-14 23:04:40 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2010-11-14 23:04:40 +0000 |
commit | d5fa08c048860935069690dcbef87fc61600d588 (patch) | |
tree | 9b45a6c4a48aaf236287b2cd500a7a0bafabec43 /sys-auth/munge/metadata.xml | |
parent | Stable on amd64 wrt bug #345359 (diff) | |
download | gentoo-2-d5fa08c048860935069690dcbef87fc61600d588.tar.gz gentoo-2-d5fa08c048860935069690dcbef87fc61600d588.tar.bz2 gentoo-2-d5fa08c048860935069690dcbef87fc61600d588.zip |
Initial import.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/munge/metadata.xml')
-rw-r--r-- | sys-auth/munge/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-auth/munge/metadata.xml b/sys-auth/munge/metadata.xml new file mode 100644 index 000000000000..edc412de1826 --- /dev/null +++ b/sys-auth/munge/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cluster</herd> + <maintainer> + <email>jsbronder@gentoo.org</email> + </maintainer> + <use> + <flag name='gcrypt'>Use libgcrypt instead of openssl</flag> + </use> + <longdescription> + 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. + </longdescription> +</pkgmetadata> |