Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
smradius
smradius
Commits
64a0f66c
Commit
64a0f66c
authored
May 15, 2019
by
Nigel Kukard
Browse files
Fixed spelling
parent
cea79eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/smradius/attributes.pm
View file @
64a0f66c
...
...
@@ -342,7 +342,7 @@ sub checkAuthAttribute
# Always matches as a check item, and adds the current
# attribute with value to the list of configuration items.
#
# As a reply item, it has an i
t
endtical meaning, but the
# As a reply item, it has an i
d
endtical meaning, but the
# attribute is added to the reply items.
}
elsif
(
$operator
eq
'
+=
')
{
...
...
@@ -439,7 +439,7 @@ sub checkAcctAttribute
# Always matches as a check item, and adds the current
# attribute with value to the list of configuration items.
#
# As a reply item, it has an i
t
endtical meaning, but the
# As a reply item, it has an i
d
endtical meaning, but the
# attribute is added to the reply items.
if
(
$operator
eq
'
+=
')
{
...
...
@@ -546,7 +546,7 @@ sub setReplyAttribute
# Always matches as a check item, and replaces in the configuration items any attribute of the same name.
# If no attribute of that name appears in the request, then this attribute is added.
#
# As a reply item, it has an i
t
endtical meaning, but for the reply items, instead of the request items.
# As a reply item, it has an i
d
endtical meaning, but for the reply items, instead of the request items.
}
elsif
(
$attribute
->
{'
Operator
'}
eq
'
:=
')
{
# Overwrite
...
...
@@ -561,7 +561,7 @@ sub setReplyAttribute
# Always matches as a check item, and adds the current
# attribute with value to the list of configuration items.
#
# As a reply item, it has an i
t
endtical meaning, but the
# As a reply item, it has an i
d
endtical meaning, but the
# attribute is added to the reply items.
}
elsif
(
$attribute
->
{'
Operator
'}
eq
'
+=
')
{
...
...
@@ -640,7 +640,7 @@ sub setReplyVAttribute
# Always matches as a check item, and replaces in the configuration items any attribute of the same name.
# If no attribute of that name appears in the request, then this attribute is added.
#
# As a reply item, it has an i
t
endtical meaning, but for the reply items, instead of the request items.
# As a reply item, it has an i
d
endtical meaning, but for the reply items, instead of the request items.
}
elsif
(
$attribute
->
{'
Operator
'}
eq
'
:=
')
{
# Overwrite
...
...
@@ -655,7 +655,7 @@ sub setReplyVAttribute
# Always matches as a check item, and adds the current
# attribute with value to the list of configuration items.
#
# As a reply item, it has an i
t
endtical meaning, but the
# As a reply item, it has an i
d
endtical meaning, but the
# attribute is added to the reply items.
}
elsif
(
$attribute
->
{'
Operator
'}
eq
'
+=
')
{
...
...
@@ -707,7 +707,7 @@ sub processConfigAttribute
# Always matches as a check item, and adds the current
# attribute with value to the list of configuration items.
#
# As a reply item, it has an i
t
endtical meaning, but the
# As a reply item, it has an i
d
endtical meaning, but the
# attribute is added to the reply items.
if
(
$attribute
->
{'
Operator
'}
eq
'
+=
')
{
...
...
@@ -720,7 +720,7 @@ sub processConfigAttribute
# Always matches as a check item, and replaces in the configuration items any attribute of the same name.
# If no attribute of that name appears in the request, then this attribute is added.
#
# As a reply item, it has an i
t
endtical meaning, but for the reply items, instead of the request items.
# As a reply item, it has an i
d
endtical meaning, but for the reply items, instead of the request items.
}
elsif
(
$attribute
->
{'
Operator
'}
eq
'
:=
')
{
@
{
$configAttributes
->
{
$attribute
->
{'
Name
'}}}
=
@attrValues
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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