|
Home > Archive > IIS Server Security > June 2007 > SSO
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Arnold 2007-06-07, 1:20 pm |
| Hi all,
I need to grab the domain user credential to pass it to Apache without
prompt.
All works if I use the host name (IWA and some code), IIS still prompt for
credential if I use the FQDN.
I need to use FQDN because we manage a huge WAN made of 1 parent domain and
120 child domain and we have not full control on host name.
Any advice???
TIA
Arnold
| |
| Anthony 2007-06-07, 7:23 pm |
| This is a function of the client rather than the server. You can't "grab" it
from the server side.
IE assumes it is intranet if it is not FQDN.
You can use Group Policy to tell IE that a given FQDN is internal,
Anthony
http://www.airdesk.co.uk
http://blogs.airdesk.com/airdesk
"Arnold" <nospam@nospam.no> wrote in message
news:%23bkeprRqHHA.3492@TK2MSFTNGP02.phx.gbl...
> Hi all,
> I need to grab the domain user credential to pass it to Apache without
> prompt.
> All works if I use the host name (IWA and some code), IIS still prompt for
> credential if I use the FQDN.
> I need to use FQDN because we manage a huge WAN made of 1 parent domain
> and 120 child domain and we have not full control on host name.
>
> Any advice???
>
> TIA
> Arnold
>
>
| |
| Arnold 2007-06-08, 1:24 pm |
| Thank you Anthony,
I did the GP adding the FQDN on the intranet and it works.
Arnold
"Anthony" <anthony.spam@spammedout.com> ha scritto nel messaggio
news:OV8MKxTqHHA.4280@TK2MSFTNGP05.phx.gbl...
> This is a function of the client rather than the server. You can't "grab"
> it from the server side.
> IE assumes it is intranet if it is not FQDN.
> You can use Group Policy to tell IE that a given FQDN is internal,
> Anthony
> http://www.airdesk.co.uk
> http://blogs.airdesk.com/airdesk
>
>
>
>
> "Arnold" <nospam@nospam.no> wrote in message
> news:%23bkeprRqHHA.3492@TK2MSFTNGP02.phx.gbl...
>
>
| |
| Anthony 2007-06-08, 1:24 pm |
| Glad to hear it
"Arnold" <nospam@nospam.no> wrote in message
news:%23sY35qdqHHA.1204@TK2MSFTNGP04.phx.gbl...
> Thank you Anthony,
> I did the GP adding the FQDN on the intranet and it works.
> Arnold
>
> "Anthony" <anthony.spam@spammedout.com> ha scritto nel messaggio
> news:OV8MKxTqHHA.4280@TK2MSFTNGP05.phx.gbl...
>
>
|
|
|
|
|