X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FCasAuthentication%2FREADME;h=c17a28e54a4097a1488e14ba06f181172988b8ab;hb=330041e8bfd91f0b9ba3f11a957a6b1be93c631e;hp=2ee54dc057150b631a963b342f5c2d8699709faa;hpb=6aa4a555dc4424567eb230b66c2c1fb8b064de22;p=quix0rs-gnu-social.git diff --git a/plugins/CasAuthentication/README b/plugins/CasAuthentication/README index 2ee54dc057..c17a28e54a 100644 --- a/plugins/CasAuthentication/README +++ b/plugins/CasAuthentication/README @@ -21,6 +21,9 @@ password_changeable*: must be set to false. This plugin does not support changin server*: CAS server to authentication against port (443): Port the CAS server listens on. Almost always 443 path (): Path on the server to CAS. Usually blank. +takeOverLogin (false): Take over the main login action. If takeOverLogin is + set, anytime the standard username/password login form would be shown, + a CAS login will be done instead. * required default values are in (parenthesis) @@ -33,6 +36,7 @@ addPlugin('casAuthentication', array( 'autoregistration'=>true, 'server'=>'sso-cas.univ-rennes1.fr', 'port'=>443, - 'path'=>'' + 'path'=>'', + 'takeOverLogin'=>true ));