About sasl
|
basics
|
|
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
- 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
|