Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy
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
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy
Commits
d53d9023
Commit
d53d9023
authored
Apr 04, 2011
by
Linus Nordberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dashes from all options F-Ticks.* for consistency.
parent
f06d902b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
radsecproxy.c
radsecproxy.c
+6
-6
radsecproxy.conf-example
radsecproxy.conf-example
+7
-7
No files found.
radsecproxy.c
View file @
d53d9023
...
...
@@ -3017,7 +3017,7 @@ int configure_fticks(char **reporting, char **mac, char **key) {
else
if
(
strcasecmp
(
*
reporting
,
"Full"
)
==
0
)
options
.
fticks_reporting
=
RSP_FTICKS_REPORTING_FULL
;
else
{
debugx
(
1
,
DBG_ERR
,
"config error: invalid F
-Ticks-
Reporting value: %s"
,
debugx
(
1
,
DBG_ERR
,
"config error: invalid F
Ticks
Reporting value: %s"
,
*
reporting
);
r
=
1
;
goto
out
;
...
...
@@ -3036,7 +3036,7 @@ int configure_fticks(char **reporting, char **mac, char **key) {
else
if
(
strcasecmp
(
*
mac
,
"FullyKeyHashed"
)
==
0
)
options
.
fticks_mac
=
RSP_FTICKS_MAC_FULLY_KEY_HASHED
;
else
{
debugx
(
1
,
DBG_ERR
,
"config error: invalid F
-Ticks-
MAC value: %s"
,
*
mac
);
debugx
(
1
,
DBG_ERR
,
"config error: invalid F
Ticks
MAC value: %s"
,
*
mac
);
r
=
1
;
goto
out
;
}
...
...
@@ -3045,7 +3045,7 @@ int configure_fticks(char **reporting, char **mac, char **key) {
&&
(
options
.
fticks_mac
==
RSP_FTICKS_MAC_VENDOR_KEY_HASHED
||
options
.
fticks_mac
==
RSP_FTICKS_MAC_FULLY_KEY_HASHED
))
{
debugx
(
1
,
DBG_ERR
,
"config error: F
-Ticks-MAC %s requires an F-Ticks-
Key"
,
*
mac
);
"config error: F
TicksMAC %s requires an FTicks
Key"
,
*
mac
);
options
.
fticks_mac
=
RSP_FTICKS_MAC_STATIC
;
r
=
1
;
goto
out
;
...
...
@@ -3127,9 +3127,9 @@ void getmainconfig(const char *configfile) {
"TLS"
,
CONF_CBK
,
conftls_cb
,
NULL
,
#endif
"Rewrite"
,
CONF_CBK
,
confrewrite_cb
,
NULL
,
"F
-Ticks-
Reporting"
,
CONF_STR
,
&
fticks_reporting_str
,
"F
-Ticks-
MAC"
,
CONF_STR
,
&
fticks_mac_str
,
"F
-Ticks-
Key"
,
CONF_STR
,
&
fticks_key_str
,
"F
Ticks
Reporting"
,
CONF_STR
,
&
fticks_reporting_str
,
"F
Ticks
MAC"
,
CONF_STR
,
&
fticks_mac_str
,
"F
Ticks
Key"
,
CONF_STR
,
&
fticks_key_str
,
NULL
))
debugx
(
1
,
DBG_ERR
,
"configuration error"
);
...
...
radsecproxy.conf-example
View file @
d53d9023
...
...
@@ -30,7 +30,7 @@
#LogDestination x-syslog:///log_local2
# For generating log entries conforming to the F-Ticks system, specify
# F
-Ticks-
Reporting with one of the following values.
# F
Ticks
Reporting with one of the following values.
# None -- Do not log in F-Ticks format. This is the default.
# Basic -- Do log in F-Ticks format but do not log VISINST.
# Full -- Do log in F-Ticks format and do log VISINST.
...
...
@@ -38,7 +38,7 @@
# its matching client configuration block has to contain the
# fticksVISCOUNTRY option.
# You can optionally specify F
-Ticks-
MAC in order to determine if and
# You can optionally specify F
Ticks
MAC in order to determine if and
# how Calling-Station-Id is logged.
# Static -- Use a static string as a placeholder for
# Calling-Station-Id. This is the default.
...
...
@@ -48,13 +48,13 @@
# FullyHashed -- Hash the entire string.
# FullyKeyHashed -- Like FullyHashed but salt with F-Ticks-Key.
# In order to use F
-Ticks-
MAC with one of VendorKeyHashed or
# FullyKeyHashed, specify a key with F
-Ticks-
Key.
# F
-Ticks-
Key <key>
# In order to use F
Ticks
MAC with one of VendorKeyHashed or
# FullyKeyHashed, specify a key with F
Ticks
Key.
# F
Ticks
Key <key>
# Default F-Ticks configuration:
#F
-Ticks-
Reporting None
#F
-Ticks-
Mac FullyKeyHashed
#F
Ticks
Reporting None
#F
Ticks
Mac FullyKeyHashed
# There is an option for doing some simple loop prevention. Note that
# the LoopPrevention directive can be used in server blocks too,
...
...
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