probes::Radius(3)           SmokePing           probes::Radius(3)



NNAAMMEE
       probes::Radius - a RADIUS authentication probe for
       SmokePing

OOVVEERRVVIIEEWW
       Measures RADIUS authentication latency for SmokePing

SSYYNNOOPPSSYYSS
        *** Probes ***
        + Radius

        passwordfile = /usr/share/smokeping/etc/password
        secretfile = /etc/raddb/secret
        sleeptime = 0.5 # optional, 1 second by default

        *** Targets ***

        probe = Radius

        + PROBE_CONF
        username = testuser
        secret = myRadiusSecret # if not present in <secretfile>
        password = testuserPass # if not present in <passwordfile>
        port = 1645 # optional
        nas_ip_address = 1.2.3.4 # optional

DDEESSCCRRIIPPTTIIOONN
       This probe measures RADIUS (RFC 2865) authentication
       latency for SmokePing.  The username to be tested is spec-
       ified in the target-specific variable `username'.  The
       password can be specified either in the target-specific
       variable `password' or in an external file. The location
       of this file is given in the probe-specific variable
       `passwordfile'. See _p_r_o_b_e_s_:_:_p_a_s_s_w_o_r_d_c_h_e_c_k_e_r(3pm) for the
       format of this file (summary: colon-separated triplets of
       the form `<host>:<username>:<password>')

       The RADIUS protocol requires a shared secret between the
       server and the client. This secret can be specified in the
       target-specific variable `secret' or in an external file.
       This external file is located by the probe-specific vari-
       able `secretfile', and it should contain whitespace-sepa-
       rated pairs of the form `<host> <secret>'. Comments and
       blank lines are OK.

       If the optional probe-specific variable `nas_ip_address'
       is specified, its value is inserted into the authentica-
       tion requests as the `NAS-IP-Address' RADIUS attribute.

       The probe tries to be nice to the server and sleeps for
       the probe-specific variable `sleeptime' (one second by
       default) between each authentication request.

AAUUTTHHOORR
       Niko Tyni <ntyni@iki.fi>

BBUUGGSS
       There should be a more general way of specifying RADIUS
       attributes.



1.30                        2004-03-09          probes::Radius(3)
