Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
35ae3b9e
Commit
35ae3b9e
authored
Jul 16, 2021
by
David Coutadeur
Browse files
precision for restsessionbackend and restconfbackend with "authbasic" protection
parent
a6766f1d
Pipeline
#14781
passed with stage
in 13 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/sources/admin/restconfbackend.rst
View file @
35ae3b9e
...
...
@@ -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.
doc/sources/admin/restsessionbackend.rst
View file @
35ae3b9e
...
...
@@ -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::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment