rlm_sometimes
Synopsis
The sometimes module is used for debugging purposes. Each instance
will randomly return either the configured result or noop. This module is
similar to the always module.
Processing Sections
Any.
- Return Codes
 - 
noopThe module has done nothing. - 
rcodeThe return code configured below. 
Expansions
None.
Directives
rcode
- Syntax
 - 
rcode = string
 - Default
 - 
fail
 - Description
 - 
The code to randomly return.