we're using some Company-wide Auth-Module ( entrust getaccess) which basically leaves some environment variables after authentication (gid, username, etc...).
To fake this auth for testing purposes I'd set the following env varibales in apache:
SetEnv "AUTH_TYPE" "Entrust-GetAccess"
SetEnv "HTTP_SCTCGID" "johndoe"
Is this somehow possible with the WebRICK Server, too?
best regards, Björn