Skip to content

Commit

Permalink
Add F-Ticks documentation to radsecproxy.conf.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed Sep 27, 2011
1 parent cbfbe2f commit bde15e6
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions radsecproxy.conf.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,15 @@ blocktype name {
<term><literal>FTicksReporting</literal></term>
<listitem>
<para>
TODO! (See <literal>radsecproxy.conf-example</literal>
for now.)
The FTicksReporting option is used to enable F-Ticks
logging and can be set to <literal>None</literal>,
<literal>Basic</literal> or <literal>Full</literal>. Its
default value is <literal>None</literal>.

See <literal>radsecproxy.conf-example</literal> for
details. Note that radsecproxy has to be configured with
support for F-Ticks (<literal>--enable-fticks</literal>)
for this option to have any effect.
</para>
</listitem>
</varlistentry>
Expand All @@ -183,8 +190,20 @@ blocktype name {
<term><literal>FTicksMAC</literal></term>
<listitem>
<para>
TODO! (See <literal>radsecproxy.conf-example</literal>
for now.)
The FTicksMAC option can be used to control if and how
Calling-Station-Id is being logged. It can be set to one
of <literal>Static</literal>, <literal>Original</literal>,
<literal>VendorHashed</literal>,
<literal>VendorKeyHashed</literal>,
<literal>FullyHashed</literal> or
<literal>FullyKeyHashed</literal>.

Its default value is <static>Static</static>.

See <literal>radsecproxy.conf-example</literal> for
details. Note that radsecproxy has to be configured with
support for F-Ticks (<literal>--enable-fticks</literal>)
for this option to have any effect.
</para>
</listitem>
</varlistentry>
Expand All @@ -193,8 +212,14 @@ blocktype name {
<term><literal>FTicksKey</literal></term>
<listitem>
<para>
TODO! (See <literal>radsecproxy.conf-example</literal>
for now.)
The FTicksKey option is used to specify the key to use
when producing HMAC's as an effect of specifying
VendorKeyHashed or FullyKeyHashed for the FTicksMAC
option.

Note that radsecproxy has to be configured with support
for F-Ticks (<literal>--enable-fticks</literal>) for this
option to have any effect.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit bde15e6

Please sign in to comment.