Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agallavardin
fusiondirectory-plugins
Commits
fa296ef2
Commit
fa296ef2
authored
Nov 21, 2013
by
Côme Bernigaud
Committed by
Benoit Mortier
Nov 21, 2013
Browse files
Fixes;
#2868
freeradius plugin have erroneous default value for Tunnel medium type
parent
b93750db
Changes
2
Hide whitespace changes
Inline
Side-by-side
freeradius/admin/freeradius/class_freeradiusGroup.inc
View file @
fa296ef2
...
...
@@ -64,7 +64,7 @@ class freeradiusGroup extends simplePlugin {
_
(
'Name of the tunnel medium type'
),
// Description
'radiusTunnelMediumType'
,
// LDAP name
TRUE
,
// Mandatory
'IEEE
802'
// default value
'IEEE
-
802'
// default value
),
new
StringAttribute
(
_
(
'Tunnel type'
),
// Label of the attribute
...
...
freeradius/personal/freeradius/class_freeradiusAccount.inc
View file @
fa296ef2
...
...
@@ -68,7 +68,7 @@ class freeradiusAccount extends simplePlugin {
new
StringAttribute
(
_
(
'Tunnel medium type'
),
_
(
'Name of the tunnel medium type'
),
'radiusTunnelMediumType'
,
TRUE
,
'IEEE
802'
'IEEE
-
802'
),
new
StringAttribute
(
_
(
'Tunnel type'
),
_
(
'Name of the tunnel type'
),
...
...
Write
Preview
Supports
Markdown
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