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
59ec22cc
Commit
59ec22cc
authored
Mar 16, 2017
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix default rule for Manager
parent
e62f4500
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_example/conf/lmConf-1.json
_example/conf/lmConf-1.json
+1
-1
e2e-tests/lmConf-1.json
e2e-tests/lmConf-1.json
+1
-1
No files found.
_example/conf/lmConf-1.json
View file @
59ec22cc
...
...
@@ -125,7 +125,7 @@
"(?#Configuration)^/(manager\\.html|conf/)"
:
"$uid eq
\"
dwho
\"
"
,
"(?#Notifications)/notifications"
:
"$uid eq
\"
dwho
\"
or $uid eq
\"
rtyler
\"
"
,
"(?#Sessions)/sessions"
:
"$uid eq
\"
dwho
\"
or $uid eq
\"
rtyler
\"
"
,
"default"
:
"$uid eq
\"
dwho
\"
"
"default"
:
"$uid eq
\"
dwho
\"
or $uid eq
\"
rtyler
\"
"
},
"test1.__DNSDOMAIN__"
:
{
"^/logout"
:
"logout_sso"
,
...
...
e2e-tests/lmConf-1.json
View file @
59ec22cc
...
...
@@ -134,7 +134,7 @@
"(?#Configuration)^/(manager\\.html|conf/)"
:
"$uid eq
\"
dwho
\"
"
,
"(?#Notifications)^/notifications"
:
"$uid eq
\"
dwho
\"
or $uid eq
\"
rtyler
\"
"
,
"(?#Sessions)^/sessions"
:
"$uid eq
\"
dwho
\"
or $uid eq
\"
rtyler
\"
"
,
"default"
:
"$uid eq
\"
dwho
\"
"
"default"
:
"$uid eq
\"
dwho
\"
or $uid eq
\"
rtyler
\"
"
},
"test1.example.com"
:
{
"^/logout"
:
"logout_sso"
,
...
...
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