Ticket #1546 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

add support for selecting between mandatory extension profiles

Reported by: jmorliaguet Assigned to: fguillaume
Priority: P1 Milestone: CPS 3.5.0
Component: CPS (global) Version: 3.4.0
Severity: normal Keywords: application setup
Cc:

Description

here is the use case:

CPSDefault (like CMFDefault) requires cookie crumbler as a mandatory tool, this makes it impossible by using extension profiles to install other types of authentication tools (SecureAuth?, CPSKrb5Auth) that need to remove 'cookie_authentication' .

creating a base profile only to replace the cookie crumbler would involve an unnecessary duplication of the default cps profile.

basically, the cookie crumbler setup should be moved to an extension profile of CPSDefault, but since there must be at least one type of persistent authentication method in CPS (cookie crumbler, secureauth, cpskrb5auth, CPSUserFolder with PAS, ...), the selection of one of these methods must be mandatory.

so as an enhancement it should be possible to specify a setup step as mandatory among a list of steps that all perform the same type of configuration (e.g. "setting up authentication").

Change History

05/16/06 13:01:02 changed by sfermigier

  • milestone changed from CPS 3.4.1 to CPS 3.4.2.

05/19/06 16:51:17 changed by sfermigier

  • milestone changed from CPS 3.4.2 to CPS 3.4.3.