Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
253aeef0
Commit
253aeef0
authored
Jan 18, 2016
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set required attributes in default configuration (#903)
parent
195f7e6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
_example/conf/lmConf-1.js
_example/conf/lmConf-1.js
+2
-0
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
+2
-0
No files found.
_example/conf/lmConf-1.js
View file @
253aeef0
...
...
@@ -144,7 +144,9 @@
"
LockDirectory
"
:
"
__PSESSIONDIR__/lock
"
},
"
portal
"
:
"
http://auth.__DNSDOMAIN__/
"
,
"
portalSkin
"
:
"
bootstrap
"
,
"
portalSkinBackground
"
:
"
1280px-Cedar_Breaks_National_Monument_partially.jpg
"
,
"
registerDB
"
:
"
Demo
"
,
"
registerUrl
"
:
"
http://auth.__DNSDOMAIN__/register.pl
"
,
"
reloadUrls
"
:
{
"
reload.__DNSDOMAIN__
"
:
"
http://reload.__DNSDOMAIN__/reload
"
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
View file @
253aeef0
...
...
@@ -139,6 +139,7 @@ sub zeroConf {
'
Auth-User
'
=>
'
$uid
'
}
},
'
registerDB
'
=>
'
Demo
',
'
registerUrl
'
=>
"
http://auth.
$domain
/register.pl
",
'
portal
'
=>
"
http://auth.
$domain
/
",
'
notificationStorage
'
=>
'
File
',
...
...
@@ -166,6 +167,7 @@ sub zeroConf {
'
exportedVars
'
=>
{
'
UA
'
=>
'
HTTP_USER_AGENT
'
},
'
portalSkin
'
=>
'
bootstrap
',
'
portalSkinBackground
'
=>
'
1280px-Cedar_Breaks_National_Monument_partially.jpg
',
'
mailUrl
'
=>
"
http://auth.
$domain
/mail.pl
"
...
...
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