Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
e1f39c4a
Commit
e1f39c4a
authored
Jun 12, 2018
by
Xavier Guimard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some cleans (#1448)
parent
706b0ec3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
5 deletions
+2
-5
e2e-tests/lemonldap-ng-ldap.ini
e2e-tests/lemonldap-ng-ldap.ini
+0
-1
e2e-tests/lemonldap-ng-sql.ini
e2e-tests/lemonldap-ng-sql.ini
+0
-1
e2e-tests/lemonldap-ng.ini
e2e-tests/lemonldap-ng.ini
+0
-1
e2e-tests/lmConf-1.json
e2e-tests/lmConf-1.json
+1
-1
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm
+1
-1
No files found.
e2e-tests/lemonldap-ng-ldap.ini
View file @
e1f39c4a
...
...
@@ -13,7 +13,6 @@ ldapBindPassword = admin
[portal]
notification
=
0
checkXSS
=
0
portalSkin
=
bootstrap
staticPrefix
=
/static
...
...
e2e-tests/lemonldap-ng-sql.ini
View file @
e1f39c4a
...
...
@@ -10,7 +10,6 @@ dbiChain = dbi:SQLite:dbname=__pwd__/e2e-tests/conf/config.db
[portal]
notification
=
0
checkXSS
=
0
portalSkin
=
bootstrap
staticPrefix
=
/static
...
...
e2e-tests/lemonldap-ng.ini
View file @
e1f39c4a
...
...
@@ -18,7 +18,6 @@ dirName=__pwd__/e2e-tests/conf
[portal]
notification
=
0
checkXSS
=
0
portalSkin
=
bootstrap
staticPrefix
=
/static
...
...
e2e-tests/lmConf-1.json
View file @
e1f39c4a
...
...
@@ -155,7 +155,7 @@
"_whatToTrace"
:
"$_auth eq 'SAML' ?
\"
$_user
\\
@$_idpConfKey
\"
: $_auth eq 'OpenIDConnect' ?
\"
$_user
\\
@$_oidcConnectedRP
\"
:
\"
$_user
\"
"
},
"mailUrl"
:
"http://auth.example.com:__port__/resetpwd"
,
"notification"
:
1
,
"notification"
:
0
,
"notificationStorage"
:
"File"
,
"notificationStorageOptions"
:
{
"dirName"
:
"__pwd__/e2e-tests/conf"
...
...
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm
View file @
e1f39c4a
...
...
@@ -96,7 +96,7 @@ sub statusInit {
my
$perl_exec
=
(
$^X
=~
/perl/
)
?
$^X
:
'
perl
';
exec
$perl_exec
,
'
-MLemonldap::NG::Handler::Lib::Status
',
map
(
{
"
-I
$_
"
}
@INC
),
'
-e
&Lemonldap::NG::Handler::Lib::Status::run()
';
'
-e
',
'
&Lemonldap::NG::Handler::Lib::Status::run()
';
}
}
...
...
Write
Preview
Markdown
is supported
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