.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "RESOLVERTEST.1 1" .TH RESOLVERTEST.1 1 2024-03-29 3.4.1 Shibboleth .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME resolvertest \- Test Shibboleth SP attribute resolver .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBresolvertest\fR \fB\-n\fR \fIname\fR \fB\-i\fR \fIidp\fR \fB\-p\fR \fIprotocol\fR [\fB\-f\fR \fIformat-uri\fR] [\fB\-a\fR \fIapp\fR] .PP \&\fBresolvertest\fR [\fB\-a\fR \fIapp\fR] < \fIassertion\fR .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBresolvertest\fR queries the Shibboleth SP attribute resolver and can be used to test attribute release policies and related configuration for a Shibboleth SP. Either a name, IdP, and protocol may be specified on the command-line or \fBresolvertest\fR can take an assertion in XML on standard input. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-a\fR \fIapp\fR" 4 .IX Item "-a app" The application ID. If not given, the default is \f(CW\*(C`default\*(C'\fR. .IP "\fB\-i\fR \fIidp\fR" 4 .IX Item "-i idp" The Identity Provider to query for attributes. .IP "\fB\-f\fR \fIformat-uri\fR" 4 .IX Item "-f format-uri" The URI for the attribute format. .IP "\fB\-n\fR \fIname\fR" 4 .IX Item "-n name" The name to look up. .IP "\fB\-p\fR \fIprotocol\fR" 4 .IX Item "-p protocol" The protocol to use. Normally, one of the \fB\-saml10\fR, \fB\-saml11\fR, or \&\fB\-saml2\fR options should be used to specify the protocol, but \fB\-p\fR can be used to specify an arbitrary protocol. .IP \fB\-saml10\fR 4 .IX Item "-saml10" Use the SAML 1.0 protocol. .IP \fB\-saml11\fR 4 .IX Item "-saml11" Use the SAML 1.1 protocol. .IP \fB\-saml2\fR 4 .IX Item "-saml2" Use the SAML 2 protocol. .SH AUTHOR .IX Header "AUTHOR" This manual page was written by Russ Allbery for Debian GNU/Linux. .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2008 Russ Allbery. This manual page is hereby placed into the public domain by its author.