UNMUNGE(1) | MUNGE Uid 'N' Gid Emporium | UNMUNGE(1) |
unmunge - MUNGE credential decoder
unmunge [OPTION]...
The unmunge program validates a MUNGE credential (e.g., one created by the munge program).
By default, the credential is read from stdin and the metadata and payload are written to stdout. When the metadata and payload are written to the same stream, they are separated by a blank line.
The following metadata keys are supported.
The unmunge program returns an exit code corresponding to the return code of munge_decode(). On success, it returns a zero exit code which signifies the credential is valid. On error, it prints an error message to stderr and returns a non-zero exit code.
Chris Dunlap <cdunlap@llnl.gov>
Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
Copyright (C) 2002-2007 The Regents of the University of California.
MUNGE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Additionally for the MUNGE library (libmunge), you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
munge(1), remunge(1), munge(3), munge_ctx(3), munge_enum(3), munge(7), munged(8).
https://dun.github.io/munge/
2017-09-26 | munge-0.5.13 |