Lines Matching full:best
93 $best = $this->find_best(); //find best rule for host
95 if($best != -1) //some rule is accepting, log in like $best
97 $best = auth_nameencode($best,true);
98 $info = $auth->getUserData($best);
106 auth_login($best,$passw,false,false);
107 if(auth_aclcheck($ID,$best,$groups) == AUTH_NONE)
121 //find best rule for actual host
135 $best = -1;
194 if($ip != 1 && $is == 1 )//if is set ip and same criteria set new $best
199 $best = $alias;
207 return $best;