Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arthur Lutz
eole-workstation-formula
Commits
a67661a7
Commit
a67661a7
authored
Feb 09, 2021
by
Emmanuel Garette
Browse files
Permettre de visionner ou prendre le contrôle de postes non listés (ref #31667)
parent
0fe8f820
Changes
1
Hide whitespace changes
Inline
Side-by-side
eole-workstation/veyon/config/files/default/veyon-config.json
View file @
a67661a7
...
...
@@ -97,12 +97,14 @@
"DomainGroupsEnabled"
:
"true"
,
"UserGroupsBackend"
:
"6f0a491e-c1c6-4338-8244-f823b0bf8670"
},
{
%
if
not
veyon.allow_adding_hidden_locations
%
}
"Features"
:
{
"DisabledFeatures"
:
[
"{a18e545b-1321-4d4e-ac34-adc421c6e9c8}"
,
"{ca00ad68-1709-4abe-85e2-48dff6ccf8a2}"
]
},
{
%
endif
%
}
"LDAP"
:
{
"BaseDN"
:
"{{ veyon.ldap.base_dn }}"
,
"BindDN"
:
"{{ veyon.ldap.username }}"
,
...
...
@@ -134,7 +136,11 @@
},
"Master"
:
{
"AccessControlForMasterEnabled"
:
"true"
,
{
%
if
veyon.allow_adding_hidden_locations
%
}
"AllowAddingHiddenLocations"
:
"true"
,
{
%
else
%
}
"AllowAddingHiddenLocations"
:
"false"
,
{
%
endif
%
}
"AutoOpenComputerSelectPanel"
:
"false"
,
"AutoSelectCurrentLocation"
:
true
,
"ComputerDoubleClickFeature"
:
"a18e545b-1321-4d4e-ac34-adc421c6e9c8"
,
...
...
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