Remote user authentication question

From: A.Klimkin (aklimkin)
Date: 07/27/05

  • Next message: John _at_ X: "HTTPS design question"
    Date: Wed, 27 Jul 2005 13:48:09 +0400
    
    

    Hello, NG

    I'm a beginner web developer, so please be patient on answering my question
    :-)
    I've IIS6 web server and some plain ASP web application. IIS server and all
    my clients all running within same AD domain. All cients running IE6SP1.
    I want to generate different html output for remote users depending on what
    particular security group they belong to. I disabled anonymous access to my
    asp files and allowed NTLM client authentication.
    Now I've got remote user name via Request.ServerVariable("REMOTE_USER"). And
    the question is how can I find (within my plain ASP code) if this user
    belongs to some local (or domain) security group ('Administrators', for
    example)?

    Thanks anyone for the input.

    Regards,
    Andrew


  • Next message: John _at_ X: "HTTPS design question"