Trying to set up a site with both integrated and basic authentication
enabled (anonymous disabled of course).
When working on local network I want integrated auth. to act, and it does,
no problem.
Accessing site from outside of local network Basic auth. should kick in, and
it does, no problem. But Basic auth. does not listen to default domain. It
takes the local machinename as auth. domain.
Am I doing something wrong or is this the behaviour to expect?
Any help would be very appreciated!
Kjellsorry wrong group, posting this to the right group...
Sorry!!
Kjell
"Kjell Brandes" <kjell@.brandes.tv> wrote in message
news:%232VKlMAlEHA.3520@.TK2MSFTNGP11.phx.gbl...
> Trying to set up a site with both integrated and basic authentication
> enabled (anonymous disabled of course).
> When working on local network I want integrated auth. to act, and it does,
> no problem.
> Accessing site from outside of local network Basic auth. should kick in,
and
> it does, no problem. But Basic auth. does not listen to default domain. It
> takes the local machinename as auth. domain.
> Am I doing something wrong or is this the behaviour to expect?
> Any help would be very appreciated!
> Kjell
>|||Are you typing domain\username for the user name in the security dialog? If
not specified, it will default to the local machine account.
--
Brian Welcker
Group Program Manager
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Kjell Brandes" <kjell@.brandes.tv> wrote in message
news:eafkcXAlEHA.2764@.TK2MSFTNGP11.phx.gbl...
> sorry wrong group, posting this to the right group...
> Sorry!!
> Kjell
>
> "Kjell Brandes" <kjell@.brandes.tv> wrote in message
> news:%232VKlMAlEHA.3520@.TK2MSFTNGP11.phx.gbl...
>> Trying to set up a site with both integrated and basic authentication
>> enabled (anonymous disabled of course).
>> When working on local network I want integrated auth. to act, and it
>> does,
>> no problem.
>> Accessing site from outside of local network Basic auth. should kick in,
> and
>> it does, no problem. But Basic auth. does not listen to default domain.
>> It
>> takes the local machinename as auth. domain.
>> Am I doing something wrong or is this the behaviour to expect?
>> Any help would be very appreciated!
>> Kjell
>>
>|||the default domain used for basic authenication is controlled by an IIS
property. Use the IIS snap in. Open Properties for the WWW server. Select
the Directory Security Tab. (on IIS 5)
you will see next to the Basic authentication check box the Phrase:
SELECT A DOMAIN and a button labeled EDIT
Click the EDIT button and type in the domain name you want to use for the
default.
the alternative, of course, as Brian pointed out, is to explicitly type the
domain in the username dialog box during basic authentication.
Hope this helps.
dlr
"Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
news:eUXUJSFlEHA.3520@.TK2MSFTNGP11.phx.gbl...
> Are you typing domain\username for the user name in the security dialog?
If
> not specified, it will default to the local machine account.
> --
> Brian Welcker
> Group Program Manager
> SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> "Kjell Brandes" <kjell@.brandes.tv> wrote in message
> news:eafkcXAlEHA.2764@.TK2MSFTNGP11.phx.gbl...
> > sorry wrong group, posting this to the right group...
> >
> > Sorry!!
> >
> > Kjell
> >
> >
> > "Kjell Brandes" <kjell@.brandes.tv> wrote in message
> > news:%232VKlMAlEHA.3520@.TK2MSFTNGP11.phx.gbl...
> >> Trying to set up a site with both integrated and basic authentication
> >> enabled (anonymous disabled of course).
> >> When working on local network I want integrated auth. to act, and it
> >> does,
> >> no problem.
> >> Accessing site from outside of local network Basic auth. should kick
in,
> > and
> >> it does, no problem. But Basic auth. does not listen to default domain.
> >> It
> >> takes the local machinename as auth. domain.
> >> Am I doing something wrong or is this the behaviour to expect?
> >>
> >> Any help would be very appreciated!
> >>
> >> Kjell
> >>
> >>
> >
> >
>
No comments:
Post a Comment