SURVIVOR: sasl Check Module
About sasl
basics
Module Type Scheduler Remote
check Yes Yes
syntax
     module sasl {
       username <string>
       password <password>
     }
     via <transport>
 

Dependencies

Arguments

Name Type Value
username string Username to authenticate as.
password password Password to authenticate with.

Description

The sasl module tests saslauthd authentication using the testsaslauthd executable.

Examples

  1. To test sasl with the username tc1 and password ou812:
         module sasl {
           username tc1
           password ou812
         }
         via remote
         

$Date: 2007/03/29 12:25:43 $
$Revision: 1.1 $
keywords
password
username