Shorter description to avoid documentation formatting issue

This commit is contained in:
Clément OUDOT 2022-09-09 18:27:51 +02:00
parent 5d7630c43d
commit 79bd842424
6 changed files with 8 additions and 7 deletions

View File

@ -479,7 +479,7 @@ rememberAuthChoiceRule remember auth choice act
rememberCookieName Name of the remember auth choice cookie ✔
rememberCookieTimeout lifetime of the remember auth choice cookie ✔
rememberDefaultChecked Is remember auth choice checkbox enabled by default? ✔
rememberTimer timer before automatic authentication with the previous remembered authentication choice ✔
rememberTimer timer before automatic authentication with remembered choice
remoteCookieName Name of the remote portal cookie ✔
remoteGlobalStorage Remote session backend ✔
remoteGlobalStorageOptions Apache::Session module parameters ✔

View File

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "llng-fastcgi-server 8"
.TH llng-fastcgi-server 8 "2022-04-01" "perl v5.32.1" "User Contributed Perl Documentation"
.TH llng-fastcgi-server 8 "2022-09-09" "perl v5.34.0" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View File

@ -472,7 +472,7 @@ sub attributes {
rememberTimer => {
type => 'int',
default => 5,
documentation => 'timer before automatic authentication with the previous remembered authentication choice',
documentation => 'timer before automatic authentication with remembered choice',
flags => 'm',
},
stayConnected => {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@ use Exporter 'import';
our $VERSION = '2.0.15';
use constant HANDLER => 'Lemonldap::NG::Handler::PSGI::Main';
use constant URIRE =>
use constant URIRE =>
qr{(((?^:https?))://((?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-zA-Z0-9]*[a-zA-Z0-9]|[a-zA-Z])[.]?)|(?:[0-9]+[.][0-9]+[.][0-9]+[.][0-9]+)))(?::((?:[0-9]*)))?(/(((?:(?:(?:(?:[a-zA-Z0-9\-_.!~*'():\@&=+\$,]+|(?:%[a-fA-F0-9][a-fA-F0-9]))*)(?:;(?:(?:[a-zA-Z0-9\-_.!~*'():\@&=+\$,]+|(?:%[a-fA-F0-9][a-fA-F0-9]))*))*)(?:/(?:(?:(?:[a-zA-Z0-9\-_.!~*'():\@&=+\$,]+|(?:%[a-fA-F0-9][a-fA-F0-9]))*)(?:;(?:(?:[a-zA-Z0-9\-_.!~*'():\@&=+\$,]+|(?:%[a-fA-F0-9][a-fA-F0-9]))*))*))*))(?:[?]((?:(?:[;/?:\@&=+\$,a-zA-Z0-9\-_.!~*'()]+|(?:%[a-fA-F0-9][a-fA-F0-9]))*)))?))?)};
use constant {
PE_IDPCHOICE => -5,