From a0de9574673f676e8b6437f86e5f66456cfcfa96 Mon Sep 17 00:00:00 2001 From: Jaime Perez <jaime.perez@uninett.no> Date: Fri, 8 Aug 2014 17:17:01 +0200 Subject: [PATCH] aggregator2: fix formatting to avoid excessive space between items in certain browsers. --- modules/aggregator2/docs/aggregator2.txt | 32 ++++++------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/modules/aggregator2/docs/aggregator2.txt b/modules/aggregator2/docs/aggregator2.txt index 300ebe480..4fdffc817 100644 --- a/modules/aggregator2/docs/aggregator2.txt +++ b/modules/aggregator2/docs/aggregator2.txt @@ -90,37 +90,21 @@ The aggregator can be configured with the following options: with the set of entities desired, or an array of strings with all the different sets to filter by. The following sets are available: -* `saml2` +: * `saml2`: all the entities that support the SAML 2.0 protocol. -: All the entities that support the SAML 2.0 protocol. +: * `shib13` all the entities that support the SAML 1.1 protocol. -* `shib13` +: * `saml20-idp` all the identity providers that support the SAML 2.0 protocol. -: All the entities that support the SAML 1.1 protocol. +: * `saml20-sp` all the service providers that support the SAML 2.0 protocol. -* `saml20-idp` +: * `saml20-aa` all the attribute authorities that support the SAML 2.0 protocol. -: All the identity providers that support the SAML 2.0 protocol. +: * `shib13-idp` all the identity providers that support the SAML 1.1 protocol. -* `saml20-sp` +: * `shib13-sp` all the service providers that support the SAML 1.1 protocol. -: 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. +: * `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 configuration for the generation of the metadata aggregate, and therefore can be overriden per request. -- GitLab