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
Xavier Bachelot
lemonldap-ng
Commits
b7103c99
Commit
b7103c99
authored
Jan 13, 2019
by
Christophe Maudoux
🐛
Browse files
Merge branch 'master' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng
parents
1ebe67cf
6b29ae5b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Parser.pm
View file @
b7103c99
This diff is collapsed.
Click to expand it.
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm
View file @
b7103c99
...
...
@@ -195,7 +195,7 @@ sub tests {
# Try to use Apache::Session module
testApacheSession
=>
sub
{
my
(
$id
,
%h
);
my
$gc
=
$
Lemonldap::NG::Handler::
PSGI::
Main
::
tsv
my
$gc
=
Lemonldap::NG::Handler::
Main
->
tsv
->
{
sessionStorageModule
};
return
1
if
(
(
$gc
and
$gc
eq
$conf
->
{
globalStorage
}
)
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm
View file @
b7103c99
...
...
@@ -103,7 +103,7 @@ sub sessions {
# Case 2: list of sessions
my
$whatToTrace
=
Lemonldap::NG::Handler::
PSGI::
Main
->
tsv
->
{
whatToTrace
};
my
$whatToTrace
=
Lemonldap::NG::Handler::
Main
->
tsv
->
{
whatToTrace
};
# 2.1 Get fields to require
my
@fields
=
(
'
_httpSessionType
',
$self
->
{
ipField
},
$whatToTrace
);
...
...
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