Results 1 to 8 of 8

Thread: REMOTE_USER

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    I've been playing with the REMOTE_USER on PWS and Netscape Enterprise Server but I'm not getting anything returned

    PWS:
    Request.ServerVariables("REMOTE_USER")

    Enterprise:
    ssjs_getCGIVariable("REMOTE_USER")

    Is some magic setting required on the server(s) for these to work?
    Mark
    -------------------

  2. #2
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696
    Hi mark

    I had The same problem myself on IIS and found this solution

    http://support.microsoft.com/support.../Q150/8/25.asp

    don't know whether it wll work in PWS though

    hope it helps

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

  3. #3
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696
    sorry mark, just remembered that was for version 1 of iis not the current
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

  4. #4

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Ian,
    I found that article earlier but I couldn't find out how to set:

    BASIC (CLEAR TEXT) Password Authentication.
    Mark
    -------------------

  5. #5
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696
    Yeah, unforunatley PWS uses the same engine As IIS but doesn't let you access any way near as much stuff as IIS. I'll carry on searching as see if I can come up with anything
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

  6. #6

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Thanks Ian but don't worry about it too much!

    It is a very trival thing for my team members I was playing with. I've actally written it using SSJS on Netscape Enterprise Server but either method would do because I've got PWD running on port 80 and NES running on port 81 and I could just post an initial page from PWS to NES....

    Mark
    -------------------

  7. #7
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696
    Hi again Mark

    I think I have an awnser but it might not be correct

    I just wrote a very simple asp page

    <html>
    <body>
    <% = Request.ServerVariables("REMOTE_USER") %>
    </body>
    </html>

    firstly I stuck it on my web server (IIS) and all works fine , then I put it on PWS and got the same problem as you. I think the reason of this is becuase PWS is purely an internal server on a network, so there is never going to be a remote user where as IIS is obviously a complete web server, so in my mind PWS knows about The remote user variable but doesn't use it as it doesn't need to.

    Hope this helps

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

  8. #8

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Thanks Ian
    I've sussed it now. I've found where to set the Password authentication thingy
    Mark
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width