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
774970fb
Commit
774970fb
authored
Jul 09, 2021
by
David Coutadeur
Browse files
Missing elements in sphinx documentation (mongodb) (
#2260
)
parent
71e41158
Pipeline
#14652
passed with stage
in 9 minutes and 11 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
doc/sources/admin/mongodbconfbackend.rst
View file @
774970fb
...
@@ -6,6 +6,18 @@ used both for storing configuration and
...
@@ -6,6 +6,18 @@ used both for storing configuration and
:doc:`sessions<mongodbsessionbackend>`. You need to install Perl MongoDB
:doc:`sessions<mongodbsessionbackend>`. You need to install Perl MongoDB
module to be able to use this backend.
module to be able to use this backend.
For Debian, you can install mongodb module with:
::
apt install libmongodb-perl
For CentOS:
::
yum install perl-MongoDB
See :doc:`how to change configuration backend<changeconfbackend>` to
See :doc:`how to change configuration backend<changeconfbackend>` to
change your configuration database.
change your configuration database.
...
...
doc/sources/admin/mongodbsessionbackend.rst
View file @
774970fb
...
@@ -20,6 +20,21 @@ Perl module (version ⩾ 0.15 required). You also need a recent version of
...
@@ -20,6 +20,21 @@ Perl module (version ⩾ 0.15 required). You also need a recent version of
client <http://search.cpan.org/~mongodb/MongoDB-v1.2.2/>`__ (version ⩾
client <http://search.cpan.org/~mongodb/MongoDB-v1.2.2/>`__ (version ⩾
1.00 required).
1.00 required).
For Debian, you can install mongodb module and Apache::Session module with:
::
apt install libmongodb-perl
cpan Apache::Session::MongoDB
For CentOS:
::
yum install perl-MongoDB
cpan Apache::Session::MongoDB
In the manager: set
In the manager: set
`Apache::Session::MongoDB <http://search.cpan.org/perldoc?Apache::Session::MongoDB>`__
`Apache::Session::MongoDB <http://search.cpan.org/perldoc?Apache::Session::MongoDB>`__
in ``General parameters`` » ``Sessions`` » ``Session storage`` »
in ``General parameters`` » ``Sessions`` » ``Session storage`` »
...
...
dcoutadeur dcoutadeur
@dcoutadeur
mentioned in issue
#2260 (closed)
·
Jul 09, 2021
mentioned in issue
#2260 (closed)
mentioned in issue #2260
Toggle commit list
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