We are running exchange 2007 in a domain environment. We have mostly outlook 2003 clients, but in process of upgrading to outlook 07 over the next couple of weeks.
Some users (both 03 & 07) are constantly getting prompted to enter their credentials. The 07 client I was working on this morning states "needs password" in the bottom right corner.
It is also speratic, as it will work fine most days but not some other days. The user I was working with this morning, has been working fine. Now it just started up today.
I have been googling this, and have found lot's of information, but nothing that has helped yet. A lot of the information out there is for outlook users using a external email account.
Being they already logged into the domain, these users should not be prompted for their credentials.
Any advice out there?
Check to see if the clients are configured to use Outlook Anywhere
If they're connection via Outlook Anywhere it will always ask for credentials. You can run a
netstat -
n to see if you have any 443 connections to your CAS server as well.I've had this exact same issue for two of my clients. It happened after updating the certificate to a signed one. Doing the following has always resolved this.
Get-OabVirtualDirectory|fl
Get-WebServicesVirtualDirectory|fl
Specifically make note of the
InternalUrl
. You'll want to change theInternalUrl
for both theOabVirtualDirectory
andWebServicesVirtualDirectory
with the following commands. You'll want to change where it says servername to the name of your server.What does your authentication look like in IIS? If it's set to anything other than Integrated Auth, you could see this. Also, are your Autodiscover services configured correctly? How about a certificate, do you have a signed or self-signed one? If I remember correctly, 2003 clients aren't affected by Autodiscover the same way 2007 clients are though.
When you say constantly, does that mean entering creds more than once after opening Outlook, or once per session?
Have you rebooted the Exchange server?