Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Novell server

Status
Not open for further replies.

bevan

Programmer
Jan 11, 2001
22
0
0
GB
Hi
Do the commands
Request.ServerVariables(LOGON_USER),
Request.ServerVariables(REMOTE_USER),
& Request.ServerVariables(AUTH_USER)
work on a system runing off a novell server?
Currently my asp is sitting on an NT server and I cannot see any issues with swapping it to a Novell server but someone questioned whether it would be able to grab the Novell logon.
Having never used novell myself I wouldn't have a clue but wondered if SOMEONE out there has. Has anyone had any problems? Commments?
 
Hi,
I'm surprised, the fact that Novell can run ASP is new to me.
All i know is that you can use a Novell directory from NT, (using a GW service) and a virtual dir may be in. But you need IIS and VBscript at least.
The variables you name, are taken at the time the user is authenticated by the web site. Therefore the user belongs to the machine owning the web server.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top