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
204614fd
Commit
204614fd
authored
Nov 30, 2018
by
Christophe Maudoux
🐛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid warning when saving
parent
b493fac7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
_example/conf/lmConf-1.json
_example/conf/lmConf-1.json
+0
-3
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
+3
-3
No files found.
_example/conf/lmConf-1.json
View file @
204614fd
...
...
@@ -156,9 +156,6 @@
"portalSkinBackground"
:
"1280px-Cedar_Breaks_National_Monument_partially.jpg"
,
"registerDB"
:
"Demo"
,
"registerUrl"
:
"http://auth.__DNSDOMAIN__/register"
,
"reloadUrls"
:
{
"localhost"
:
"http://reload.__DNSDOMAIN__/reload"
},
"securedCookie"
:
0
,
"sessionDataToRemember"
:
{},
"timeout"
:
72000
,
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
View file @
204614fd
...
...
@@ -128,9 +128,9 @@ sub zeroConf {
'
Directory
'
=>
$persistentSessionDir
,
'
LockDirectory
'
=>
"
$persistentSessionDir
/lock
"
},
'
reloadUrls
'
=>
{
"
localhost
"
=>
"
http://reload.
$domain
/reload
"
},
#
'reloadUrls' => {
#
"localhost" => "http://reload.$domain/reload"
#
},
'
sessionDataToRemember
'
=>
{},
'
notification
'
=>
1
,
'
groups
'
=>
{},
...
...
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