If this is set, all environment variables will be passed to CGI
scripts, and not only those defined in the CGI/1.1 standard (with
spinner CGI enhancements added, if defined). This include LOGNAME and
all the other ones. For a quick test, try this script with and without
this variable set:
#!/bin/sh
echo Content-type: text/plain
echo
env