From 35ae3b9e9fc875208e0db6e0aca77c7759a425c3 Mon Sep 17 00:00:00 2001 From: David Coutadeur Date: Fri, 16 Jul 2021 12:14:44 +0200 Subject: [PATCH] precision for restsessionbackend and restconfbackend with "authbasic" protection --- doc/sources/admin/restconfbackend.rst | 4 ++++ doc/sources/admin/restsessionbackend.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/sources/admin/restconfbackend.rst b/doc/sources/admin/restconfbackend.rst index d1224c3fe..17864c45d 100644 --- a/doc/sources/admin/restconfbackend.rst +++ b/doc/sources/admin/restconfbackend.rst @@ -77,3 +77,7 @@ You can also add some other parameters # LWP::UserAgent parameters proxyOptions = { timeout => 5 } +`User` and `Password` parameters are only used if the entry point `index.fcgi/config` +is protected by a basic authentication. Thus, handlers will make requests to the portal +using these parameters. + diff --git a/doc/sources/admin/restsessionbackend.rst b/doc/sources/admin/restsessionbackend.rst index 2e3d6c45b..29e2a497c 100644 --- a/doc/sources/admin/restsessionbackend.rst +++ b/doc/sources/admin/restsessionbackend.rst @@ -68,6 +68,10 @@ Name Comment Example **password** Password to use for auth basic mechanism =================== ======================================== ================================================== +`user` and `password` parameters are only used if the entry point `index.fcgi/sessions/global` +is protected by a basic authentication. Thus, handlers will make requests to the portal +using these parameters. + .. attention::