How to read cgi variables

Hello,

I have to get the windows authenticated user name. We have this information in the cgi variable AUTH_USER.

Is it possible to get it with FR Server (IIS Server - installed as CGI).

Thanks in advance

Comments

  • edited 4:52AM
    We have variables AUTHUSER, AUTHGROUP within report if enabled one of configuration options:UserAuth, WinAuth, CGIAuth, RemoteAuth, CookieAuth.
    WinAuth - Permission to use Windows authentication is used when working in the domain ActiveDirectory.
    CGIAuth - Permission to perform the authentication server, running on CGI application associated with the report server.
    RemoteAuth - Permission to perform the authentication server, through which access to the report server.
    CookieAuth - Permission to perform the authentication server, through which you access the report server, the result is stored in the authentication cookie for subsequent analysis of the report server.

Leave a Comment