Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Dec 20, 2016
2 parents 4e9ac02 + 2e9b8f3 commit 1a52b96
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ A given target directory will be created if one doesn't already exist. In any ca
```Shell
$ ls -1 $BIN_DIR
cget.sh
probe_saml_idp.sh

$ ls -1 $LIB_DIR
command_paths.sh
compatible_date.sh
compatible_mktemp.sh
config_tools.sh
extract_entity.xsl
http_tools.sh
md_tools.sh
Expand Down Expand Up @@ -109,15 +109,6 @@ See the inline help file for details:
$ $BIN_DIR/cget.sh -h
```

### ``probe_saml_idp.sh``

```Shell
$ id=https://idp.incommonfederation.org/idp/shibboleth
$ $BIN_DIR/probe_saml_idp.sh $id
0 redirects:2;response:200;dns:0.000;tcp:0.031;ssl:0.077;total:1.388 https://idp.incommonfederation.org/idp/profile/SAML2/Redirect/SSO urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect https://idp.incommonfederation.org/idp/shibboleth https://incommon.org
0 redirects:2;response:200;dns:0.000;tcp:0.069;ssl:0.125;total:0.807 https://idp.incommonfederation.org/idp/profile/SAML2/POST/SSO urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST https://idp.incommonfederation.org/idp/shibboleth https://incommon.org
```

## Compatibility

Shell scripts are compatible with both GNU/Linux and Mac OS. XSLT scripts are written in XSLT 1.0.
Expand Down

0 comments on commit 1a52b96

Please sign in to comment.