Home
last modified time | relevance | path

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

/plugin/authsmartcard/
H A Dauth.php67 $this->__log("Did not find user with cn=$cn");
74 $this->__log("Client certificate not found");
103 $this->__log("passed an empty CN?");
117 $this->__log("Found user=" . $users[0]['username'] ." with CN=$cn");
118 $this->__log(array($users[0]));
123 $this->__log("Found multiple users with group having CN=$cn, that should not happen");
127 $this->__log("$cn not found");
148 public function __log($text){ function in auth_plugin_authsmartcard