473,406 Members | 2,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Logging in shows 2 different logins

Fox
Hi,

Windows 2000 Server
IIS 5.0

These logins are via web site.
I have several folders where I need to log in.
I am also using
Request.ServerVariables("AUTH_USER")
in some of the files to further control security.

When I go to this one folder it is logging me in as
"fox"
the other folder is loggin my in as
"machinename/fox"

I am finding this out by using
Response.Write(Request.ServerVariables("AUTH_USER" ))

The folder's and the file's security settings are identical
unless I am overlooking something. What can be happening
here? I need to get these to both be the same.

Thanks,
Fox
Jul 19 '05 #1
2 1316
"Fox" <fox @ connexions .net> wrote in message
news:Oo**************@TK2MSFTNGP09.phx.gbl...
Hi,

Windows 2000 Server
IIS 5.0

These logins are via web site.
I have several folders where I need to log in.
I am also using
Request.ServerVariables("AUTH_USER")
in some of the files to further control security.

When I go to this one folder it is logging me in as
"fox"
the other folder is loggin my in as
"machinename/fox"

I am finding this out by using
Response.Write(Request.ServerVariables("AUTH_USER" ))

The folder's and the file's security settings are identical
unless I am overlooking something. What can be happening
here? I need to get these to both be the same.


It depends on what was entered as the credentials. You should modify your
code so it strips out the domain or machine name qualification.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #2
Fox

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bq*********@kcweb01.netnews.att.com...
"Fox" <fox @ connexions .net> wrote in message
news:Oo**************@TK2MSFTNGP09.phx.gbl...
Hi,

Windows 2000 Server
IIS 5.0

These logins are via web site.
I have several folders where I need to log in.
I am also using
Request.ServerVariables("AUTH_USER")
in some of the files to further control security.

When I go to this one folder it is logging me in as
"fox"
the other folder is loggin my in as
"machinename/fox"

I am finding this out by using
Response.Write(Request.ServerVariables("AUTH_USER" ))

The folder's and the file's security settings are identical
unless I am overlooking something. What can be happening
here? I need to get these to both be the same.


It depends on what was entered as the credentials. You should modify your
code so it strips out the domain or machine name qualification.


That's what I ended up doing. Don't know why I did not think of that
right away. Maybe its because it was so frustrating to see the same
login responding differently and not seeing any reason for this.

Thanks for the input,
fox
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Peter Mott | last post by:
I am using: Python 2.3.4 (#2, Nov 14 2004, 18:06:48) ] on freebsd4 with Apache/1.3.26. The following script causes an Internal Server Error (with nothing in the Apache error logs AFAIK): ...
1
by: Karthik | last post by:
Hi, I have a website running on ASP.Net on IIS 6.0. This website has more than 10000 users login everyday. At times the users login with the same user name and password more than once at the...
6
by: pmatos | last post by:
Hi all, I am trying to create a simple but efficient C++ logging class. I know there are lots of them out there but I want something simple and efficient. The number one requirement is the...
23
by: Rotem | last post by:
Hi, while working on something in my current project I have made several improvements to the logging package in Python, two of them are worth mentioning: 1. addition of a logging record field...
16
by: Einar Høst | last post by:
Hi, I'm getting into the Trace-functionality in .NET, using it to provide some much-needed logging across dlls in the project we're working on. However, being a newbie, I'm wondering if some...
7
by: Jed Parsons | last post by:
Hi, I'm using the logging module for the first time. I'm using it from within Zope Extensions. My problem is that, for every event logged, the logger is producing multiple identical entries...
2
by: philip.mckee | last post by:
Hi Looking for some very general advice. I have a classic asp content management application which I am porting to ASP.NET. The database is SQL server, and it is hoped that we can leverage this...
7
by: flupke | last post by:
Hi, i'm getting errors with the log module concerning RotatingFileHandler. I'm using Python 2.4.3 on Windows XP SP2. This used to work in previous python versions but since i upgraded to 2.4.3...
6
by: Larry Bates | last post by:
Every time I look at the logging module (up until now) I've given up and continue to use my home-grown logger that I've been using for years. I'm not giving up this time ;-) I find that I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.