|
-
Oct 2nd, 2000, 07:08 AM
#1
Thread Starter
Frenzied Member
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?
-
Oct 2nd, 2000, 08:11 AM
#2
Fanatic Member
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!
-
Oct 2nd, 2000, 08:13 AM
#3
Fanatic Member
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!
-
Oct 2nd, 2000, 08:28 AM
#4
Thread Starter
Frenzied Member
Ian,
I found that article earlier but I couldn't find out how to set:
BASIC (CLEAR TEXT) Password Authentication.
-
Oct 2nd, 2000, 08:33 AM
#5
Fanatic Member
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!
-
Oct 2nd, 2000, 08:45 AM
#6
Thread Starter
Frenzied Member
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....
-
Oct 2nd, 2000, 08:45 AM
#7
Fanatic Member
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!
-
Oct 2nd, 2000, 09:25 AM
#8
Thread Starter
Frenzied Member
Thanks Ian
I've sussed it now. I've found where to set the Password authentication thingy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|