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
246
Issues
246
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
043292fc
Commit
043292fc
authored
Nov 26, 2018
by
Christophe Maudoux
🐛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve contextual help pages
parent
6aee861c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
...p-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
+4
-1
lemonldap-ng-manager/site/htdocs/static/struct.json
lemonldap-ng-manager/site/htdocs/static/struct.json
+1
-1
No files found.
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
View file @
043292fc
...
...
@@ -350,12 +350,12 @@ sub attributes {
portalStatus
=>
{
type
=>
'
bool
',
default
=>
0
,
help
=>
'
status.html
',
documentation
=>
'
Enable portal status
',
},
portalUserAttr
=>
{
type
=>
'
text
',
default
=>
'
_user
',
help
=>
'
monitoring.html
',
documentation
=>
'
Session parameter to display connected user in portal
',
},
...
...
@@ -402,6 +402,7 @@ sub attributes {
},
stayConnected
=>
{
type
=>
'
bool
',
#help => 'stayconnected.html',
default
=>
0
,
documentation
=>
'
Enable StayConnected plugin
',
},
...
...
@@ -583,6 +584,7 @@ sub attributes {
},
portalForceAuthn
=>
{
default
=>
0
,
help
=>
'
forcereauthn.html
',
type
=>
'
bool
',
documentation
=>
'
Enable force to authenticate when displaying portal
',
...
...
@@ -595,6 +597,7 @@ sub attributes {
},
bruteForceProtection
=>
{
default
=>
0
,
help
=>
'
bruteforceprotection.html
',
type
=>
'
bool
',
documentation
=>
'
Enable brute force attack protection
',
},
...
...
lemonldap-ng-manager/site/htdocs/static/struct.json
View file @
043292fc
This diff is collapsed.
Click to expand it.
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