probes::passwordchecker(3)  SmokePing  probes::passwordchecker(3)



NNAAMMEE
       probes::passwordchecker - A Base Class for implementing
       SmokePing Probes

OOVVEERRVVIIEEWW
       Like probes::basefork, but supports a probe-specific con-
       figuration file for storing passwords and a method for
       accessing them.

SSYYNNOOPPSSYYSS
       SmokePing main configuration file:

        *** Probes ***
        + MyPasswordChecker
        # location of the file containing usernames and passwords
        passwordfile = /usr/share/smokeping/etc/passwords

       The specified password file:

        # host:username:password
        host1:joe:hardlyasecret
         # comments and whitespace lines are allowed

        host2:sue:notasecreteither

DDEESSCCRRIIPPTTIIOONN
       In implementing authentication probes, it might not be
       desirable to store the necessary cleartext passwords in
       the SmokePing main configuration file, since the latter
       must be readable both by the SmokePing daemon performing
       the probes and the CGI that displays the results. If the
       passwords are stored in a different file, this file can be
       made readable by only the user the daemon runs as. This
       way we can be sure that nobody can trick the CGI into dis-
       playing the passwords on the Web.

       This module reads the passwords in at startup from the
       file specified in the probe-specific variable `password-
       file'. The passwords can later be accessed and modified by
       the ppaasssswwoorrdd method, that needs the corresponding host and
       username as arguments.

PPAASSSSWWOORRDD FFIILLEE FFOORRMMAATT
       The password file format is simply one line for each
       triplet of host, username and password, separated from
       each other by colons (:).

       Comment lines, starting with the `#' sign, are ignored, as
       well as empty lines.

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

BBUUGGSS
       The need for storing cleartext passwords can be considered
       a bug in itself.

SSEEEE AALLSSOO
       _p_r_o_b_e_s_:_:_b_a_s_e_f_o_r_k(3pm), _p_r_o_b_e_s_:_:_R_a_d_i_u_s(3pm),
       _p_r_o_b_e_s_:_:_L_D_A_P(3pm)



1.30                        2004-01-26 probes::passwordchecker(3)
