473,603 Members | 2,635 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows Authentication not working for all machines

I have my windows authentication on our intranet set up as:

<authenticati on mode="Windows"/>

This works for 15 machines at work fine. Doesn't ask you to logon. It uses
the logon credentials the user used to logon originally

There are 4 machines that it asks for logon credentials (even though they
have already logged on). Obviously, the credentials are valid or they
wouldn't be able to log on to their local machines.

But on these machine it doesn't take the logon credentials.

They have tried using their user name and password as well as Domain/User
and Password. They cannot get in

What would cause just these 4 machines to have the same problem?

Thanks,

Tom
Sep 5 '06 #1
3 3026
Could be a range of things really. Assuming they are using passthrough
authentication in their browsers I would look first to see if they are going
through a proxy server which is consuming their credentials and not passing
forward.

You could always get one of them to login to the server using their
credentials to eliminate any client issues and narrow it down to a group
permissions problem.

Regards

John Timney (MVP)
"tshad" <ts**********@f tsolutions.comw rote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
>I have my windows authentication on our intranet set up as:

<authenticati on mode="Windows"/>

This works for 15 machines at work fine. Doesn't ask you to logon. It
uses the logon credentials the user used to logon originally

There are 4 machines that it asks for logon credentials (even though they
have already logged on). Obviously, the credentials are valid or they
wouldn't be able to log on to their local machines.

But on these machine it doesn't take the logon credentials.

They have tried using their user name and password as well as Domain/User
and Password. They cannot get in

What would cause just these 4 machines to have the same problem?

Thanks,

Tom

Sep 5 '06 #2
"John Timney (MVP)" <x_****@timney. eclipse.co.ukwr ote in message
news:rZ******** *************** *******@eclipse .net.uk...
Could be a range of things really. Assuming they are using passthrough
authentication in their browsers I would look first to see if they are
going through a proxy server which is consuming their credentials and not
passing forward.
There is no proxy server.

I just found out that we had to add an entry to the Intranet Sites from the
Security tab of IE. I just added *.ft.com and it should work.

This fixed 2 of the 4 machines.

We still have 2 machines where it doesn't work.
>
You could always get one of them to login to the server using their
credentials to eliminate any client issues and narrow it down to a group
permissions problem.
This is what is confusing. They are already logging on their own machines
and it works fine.

Which server would they log onto? Wouldn't that server also need them to be
set up as local user.

I did take one of the users and added their credentials to my machine and
they were able to log on fine.

Thanks,

Tom
>
Regards

John Timney (MVP)
"tshad" <ts**********@f tsolutions.comw rote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
>>I have my windows authentication on our intranet set up as:

<authenticati on mode="Windows"/>

This works for 15 machines at work fine. Doesn't ask you to logon. It
uses the logon credentials the user used to logon originally

There are 4 machines that it asks for logon credentials (even though they
have already logged on). Obviously, the credentials are valid or they
wouldn't be able to log on to their local machines.

But on these machine it doesn't take the logon credentials.

They have tried using their user name and password as well as
Domain/User and Password. They cannot get in

What would cause just these 4 machines to have the same problem?

Thanks,

Tom


Sep 5 '06 #3
"tshad" <ts**********@f tsolutions.comw rote in message
news:Op******** ******@TK2MSFTN GP03.phx.gbl...
"John Timney (MVP)" <x_****@timney. eclipse.co.ukwr ote in message
news:rZ******** *************** *******@eclipse .net.uk...
>Could be a range of things really. Assuming they are using passthrough
authenticati on in their browsers I would look first to see if they are
going through a proxy server which is consuming their credentials and not
passing forward.

There is no proxy server.

I just found out that we had to add an entry to the Intranet Sites from
the Security tab of IE. I just added *.ft.com and it should work.

This fixed 2 of the 4 machines.

We still have 2 machines where it doesn't work.
On these 2 machines, we ARE able to logon using Domain\User and Password.

But they are having to login over and over each time they go that page.

Tom
>>
You could always get one of them to login to the server using their
credentials to eliminate any client issues and narrow it down to a group
permissions problem.

This is what is confusing. They are already logging on their own machines
and it works fine.

Which server would they log onto? Wouldn't that server also need them to
be set up as local user.

I did take one of the users and added their credentials to my machine and
they were able to log on fine.

Thanks,

Tom
>>
Regards

John Timney (MVP)
"tshad" <ts**********@f tsolutions.comw rote in message
news:%2******* *********@TK2MS FTNGP02.phx.gbl ...
>>>I have my windows authentication on our intranet set up as:

<authenticati on mode="Windows"/>

This works for 15 machines at work fine. Doesn't ask you to logon. It
uses the logon credentials the user used to logon originally

There are 4 machines that it asks for logon credentials (even though
they have already logged on). Obviously, the credentials are valid or
they wouldn't be able to log on to their local machines.

But on these machine it doesn't take the logon credentials.

They have tried using their user name and password as well as
Domain/User and Password. They cannot get in

What would cause just these 4 machines to have the same problem?

Thanks,

Tom



Sep 5 '06 #4

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

Similar topics

1
1388
by: Glenn M | last post by:
I have an asp drive web page that writes a row to a table on sql server 2000. The web site is set to use windows authenication and the sql server is set to use windows authentication. This process works fine on windows xp sp 1 machines but on win2k sp4 machines logged in as the same user i get the error An error occurred making the change -2147217843 Error connection to SQL Server: Login failed for user '(null)'. Reason: Not...
2
2170
by: Lior Amar | last post by:
Hey All, Trying to understand why I can not get SQL server to trust my IIS server. I have two machines set up, 1 App and 1 DB, and I'm trying to validate the applications access to the DB server via NT Authentication. The App comes in via NTLM which from my understanding only supports Single hop security delegation. So far I understand why it doesn't work, although seems to me like a very bad problem. Now, Basic Authentication will...
1
294
by: ruca | last post by:
Hi I have this problem: I have a web app in two diferent servers to run. It is exactly the same application. In this app I use the Integrated Windows Authentication. So far so good... But the same application have diferent behaviors in both servers. I must say that both servers (or machines) are under the same domain. The problem is that one (server A) of them lets me authenticate and the other no (server B).
6
4216
by: mcollier | last post by:
I am running a Windows Server 2003 machine as my web server. I would like to use Windows authentication for connections to my SQL Server 2000 instance on a Windows 2000 server. I've read where mirroring the ASPNET account and password on the web server and SQL server would work. However, with IIS 6, ASP.NET runs under the 'NT AUTHORITY\NETWORK SERVICE' account. Should I change the password of the 'NT AUTHORITY\NETWORK SERVICE' account...
10
4044
by: Hriday | last post by:
Hi there, Please help me..It is urgent This is Hriday, working on windows authentication with Active Directory... My requirment is when a user sends a request to my web Applicatoin I want to Pop up windows Authentication box so that user will give his userId, Password & domain name for authenticaion. After that I want to take these three info of user and make a search in Active Directory.
0
2297
by: CESAR DE LA TORRE [MVP] | last post by:
I am using WSE 3.0 with Visual Studio 2005, specifically I'm using Kerberos authentication and passing Kerberos ticket from Presentation Tier (VSTO.2005 client) to Server Tier through our Web Services (based on WSE 3.0). Having our WSE 3.0-WebService over Windows Server 2003, everything works great, but, over Windows XP, I have a problem (which is documented in WSE 3.0 help) but its workaround does not work properly (at least with my...
6
9875
by: =?Utf-8?B?UGFyYWcgR2Fpa3dhZA==?= | last post by:
Hi All, We have a requirement where we have to develop a custom Login Page which will accept user's NT credentials ( Username , password, domain name). This then needs to be passed to a website which uses Windows Authentication Now my question is how do we pass these credentials to IIS in classic ASP? Would appreciate any help/pointers on this. Thanks in advance.
1
15208
by: eblackmo | last post by:
I have a test network consisting of four servers running windows 2003 server R2 SP2. I have set up a domain which functioned correctly for about a day and a half until the other servers decided they can no longer connect to the domain controller. Ping resolves the domain controllers name to the correct ip nslookup finds the ip but can not resolve the name. When I attempt to log on to a machine on the domain it takes around twenty minutes...
8
5404
by: jonmundsack | last post by:
I have an intranet site on my LAN which has "anonymous access" turned OFF, and "integrated Windows authentication" turned on. This allows me to access the "AUTH_USER" server variable, which I use to look up application rights in SQL Server. With IE6 clients, this has worked flawlessly for several years. Our users are currently running IE6, but my parent agency has announced an upgrade to IE7 beginning next month, so I have installed...
0
7996
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7928
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8415
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8060
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8273
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5878
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3903
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2430
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1259
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.