From d513284ee727923c61b7a191fe3ad70125d2a79d Mon Sep 17 00:00:00 2001 From: Jaime Perez <jaime.perez@uninett.no> Date: Fri, 8 Aug 2014 17:04:03 +0200 Subject: [PATCH] aggregator2: fix markdown in documentation. --- modules/aggregator2/docs/aggregator2.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/aggregator2/docs/aggregator2.txt b/modules/aggregator2/docs/aggregator2.txt index 4b7eca7f2..300ebe480 100644 --- a/modules/aggregator2/docs/aggregator2.txt +++ b/modules/aggregator2/docs/aggregator2.txt @@ -91,20 +91,35 @@ The aggregator can be configured with the following options: sets are available: * `saml2` + : All the entities that support the SAML 2.0 protocol. + * `shib13` + : All the entities that support the SAML 1.1 protocol. + * `saml20-idp` + : All the identity providers that support the SAML 2.0 protocol. + * `saml20-sp` + : All the service providers that support the SAML 2.0 protocol. + * `saml20-aa` + : All the attribute authorities that support the SAML 2.0 protocol. + * `shib13-idp` + : All the identity providers that support the SAML 1.1 protocol. + * `shib13-sp` + : All the service providers that support the SAML 1.1 protocol. + * `shib13-aa` + : All the attribute authorities that support the SAML 1.1 protocol. : *Note*: this option will not filter the entities in the cached metadata sources. It will only act as a default -- GitLab