Home
last modified time | relevance | path

Searched refs:min_pools (Results 1 – 2 of 2) sorted by relevance

/plugin/passpolicy/
H A Dhelper.php15 public $min_pools = 1; variable in helper_plugin_passpolicy
72 $this->min_pools = $this->getConf('minpools');
86 if ($this->min_pools > count($this->usepools)) $this->min_pools = $this->usepools;
144 if ($this->min_pools) {
145 $text .= sprintf($this->getLang('pools'), $this->min_pools, join(', ', $pools)) . "\n";
188 if ($matched_pools < $this->min_pools) {
/plugin/passpolicy/_test/
H A DHelperTest.php45 $policy->min_pools = $minp;