![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi all
Easy one for you all Basically RPC over HTTP is working fine out of office. But when the user is back in the office and connected locally they are always getting the username/password dialog box and i want to irradicate this as they have already authenticated on the network. Can anyone advise me Thanks |
Ads |
#2
|
|||
|
|||
![]()
Hard to say without any configuration info. Most likely you have the option
"on fast networks..." enabled so it will still try to connect via RPC over HTTP on the local network. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Hi all Easy one for you all Basically RPC over HTTP is working fine out of office. But when the user is back in the office and connected locally they are always getting the username/password dialog box and i want to irradicate this as they have already authenticated on the network. Can anyone advise me Thanks |
#3
|
|||
|
|||
![]()
Yes that is what i want it to do, but i don't want it to prompt me for a
username and password as the user will have already logged onto the laptop "Roady [MVP]" wrote: Hard to say without any configuration info. Most likely you have the option "on fast networks..." enabled so it will still try to connect via RPC over HTTP on the local network. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Hi all Easy one for you all Basically RPC over HTTP is working fine out of office. But when the user is back in the office and connected locally they are always getting the username/password dialog box and i want to irradicate this as they have already authenticated on the network. Can anyone advise me Thanks |
#4
|
|||
|
|||
![]()
But a logon to the laptop is not the same as an authentication against
Exchange. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Yes that is what i want it to do, but i don't want it to prompt me for a username and password as the user will have already logged onto the laptop "Roady [MVP]" wrote: Hard to say without any configuration info. Most likely you have the option "on fast networks..." enabled so it will still try to connect via RPC over HTTP on the local network. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Hi all Easy one for you all Basically RPC over HTTP is working fine out of office. But when the user is back in the office and connected locally they are always getting the username/password dialog box and i want to irradicate this as they have already authenticated on the network. Can anyone advise me Thanks |
#5
|
|||
|
|||
![]()
FWIW, as long as the option is set to use basic authentication then one has
to supply credentials regardless. The sad part is that while you can go with NTLM authentication for the RPC/HTTPS proxy part, there are many firewall solutions (e.g. PIX) that trash the authentication attempt and cause RPC/HTTPS to fail. "Roady [MVP]" t wrote in message ... But a logon to the laptop is not the same as an authentication against Exchange. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Yes that is what i want it to do, but i don't want it to prompt me for a username and password as the user will have already logged onto the laptop "Roady [MVP]" wrote: Hard to say without any configuration info. Most likely you have the option "on fast networks..." enabled so it will still try to connect via RPC over HTTP on the local network. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Hi all Easy one for you all Basically RPC over HTTP is working fine out of office. But when the user is back in the office and connected locally they are always getting the username/password dialog box and i want to irradicate this as they have already authenticated on the network. Can anyone advise me Thanks |
#6
|
|||
|
|||
![]()
Thanks for both your answers.
So what you are both saying is that if the user connects their laptop onto the domain, the same as anyone else, if they have RPC over HTTP enabled it will always ask them for their credientials. (I have windows integrated authentication enabled on RPC of IIS) So how do all the other users authenticate with exchange because they are not asked twice?? Thanks "neo [mvp outlook]" wrote: FWIW, as long as the option is set to use basic authentication then one has to supply credentials regardless. The sad part is that while you can go with NTLM authentication for the RPC/HTTPS proxy part, there are many firewall solutions (e.g. PIX) that trash the authentication attempt and cause RPC/HTTPS to fail. "Roady [MVP]" t wrote in message ... But a logon to the laptop is not the same as an authentication against Exchange. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Yes that is what i want it to do, but i don't want it to prompt me for a username and password as the user will have already logged onto the laptop "Roady [MVP]" wrote: Hard to say without any configuration info. Most likely you have the option "on fast networks..." enabled so it will still try to connect via RPC over HTTP on the local network. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Hi all Easy one for you all Basically RPC over HTTP is working fine out of office. But when the user is back in the office and connected locally they are always getting the username/password dialog box and i want to irradicate this as they have already authenticated on the network. Can anyone advise me Thanks |
#7
|
|||
|
|||
![]()
Again; is the option "on fast networks..." enabled or disabled?
If enabled and you have Basic Authentication enabled, you will also connect to Exchange via RPC over HTTP on the local network and thus you must supply your credentials. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Thanks for both your answers. So what you are both saying is that if the user connects their laptop onto the domain, the same as anyone else, if they have RPC over HTTP enabled it will always ask them for their credientials. (I have windows integrated authentication enabled on RPC of IIS) So how do all the other users authenticate with exchange because they are not asked twice?? Thanks "neo [mvp outlook]" wrote: FWIW, as long as the option is set to use basic authentication then one has to supply credentials regardless. The sad part is that while you can go with NTLM authentication for the RPC/HTTPS proxy part, there are many firewall solutions (e.g. PIX) that trash the authentication attempt and cause RPC/HTTPS to fail. "Roady [MVP]" t wrote in message ... But a logon to the laptop is not the same as an authentication against Exchange. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Yes that is what i want it to do, but i don't want it to prompt me for a username and password as the user will have already logged onto the laptop "Roady [MVP]" wrote: Hard to say without any configuration info. Most likely you have the option "on fast networks..." enabled so it will still try to connect via RPC over HTTP on the local network. -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Simon" wrote in message ... Hi all Easy one for you all Basically RPC over HTTP is working fine out of office. But when the user is back in the office and connected locally they are always getting the username/password dialog box and i want to irradicate this as they have already authenticated on the network. Can anyone advise me Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
RPC over HTTP | Leonard | Outlook - Installation | 0 | March 12th 08 10:33 PM |
rpc over http | CGL | Outlook - Installation | 0 | August 31st 07 08:22 PM |
RPC over HTTP | SolveIT | Outlook - General Queries | 0 | September 12th 06 08:53 PM |
HTTP over RPC | DLS | Outlook - Installation | 3 | June 16th 06 01:00 AM |