The current release of YubiRadius logs all requests to /var/log/syslog and /var/log/debug The log entries appear as follows syslog:Feb 5 19:37:28 yubiradius3 ykropval[2955]: LOG_DEBUG:ykropval-verify:[127.0.0.1] Request: user=rdavis&password=DOGBREATH&otp=vvxxxxxxdieflrccltlhxxxxjdrfbxxxxgcnnljbdvrl
In order to change this edit /usr/share/ykropval/ykropval-verify.php Line 19 reads $myLog->log(LOG_DEBUG, "Request: " . $_SERVER['QUERY_STRING']); Either comment out the line, or remove . $_SERVER['QUERY_STRING']
|