Re: How to Implement a Single Logon Across Multiple Web Servers
From: Karl Levinson [x y] mvp (levinson_k@excite.com)
Date: 01/07/03
- Next message: Chris: "hacking incident using DameWare remote"
- Previous message: paul vudmaska: "Re: iis smtp mysterious entries in logs"
- In reply to: Leslie: "How to Implement a Single Logon Across Multiple Web Servers"
- Next in thread: Leslie: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Reply: Leslie: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Karl Levinson [x y] mvp" <levinson_k@excite.com> Date: Tue, 7 Jan 2003 10:38:42 -0500
Is there any reason why Windows integrated is being used instead of Basic?
It seems to me switching to basic would fix the problem.
If Windows integrated was chosen because Basic passes passwords in plain
text, I'm not sure Windows integrated is necessarily that much more secure,
depending on how your computers are set up and whether they are using the
default settings.
I would think the code in that Microsoft article would still work... you
might need to change the variable names, possibly, not sure.
"Leslie" <leslieguo@techsemicon.com.sg> wrote in message
news:OdVD2FltCHA.2396@TK2MSFTNGP10...
> Current Situation
> 1. In our Intranet environment, all common pc are log on as id xxxx who
are
> belong to group A.
> 2. Group A has no access to all intranet websites. e.g. (iss.test.com ,
> hr.test.com, etc)
> 3. So when user using common pc to access iss.test.com, they are prompted
to
> key in their own id & password for the first time, subsequent access to
the
> same website will not be prompted again. But if they access another
website,
> say hr.test.com, they will be prompted again even in the same IE instance.
>
> Question :
> How to make it prompt once for all the websites ? How to programatically
> access the website so that the credential will be cached at IE ? We are
> using IIS 5 Integrated authentication.
>
> (Microsoft has solution if basic authentication is used. See their
Knowledge
> Base article.
> PSS ID Number: Q281408
> How to Implement a Single Logon Across Multiple Web Servers)
>
>
- Next message: Chris: "hacking incident using DameWare remote"
- Previous message: paul vudmaska: "Re: iis smtp mysterious entries in logs"
- In reply to: Leslie: "How to Implement a Single Logon Across Multiple Web Servers"
- Next in thread: Leslie: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Reply: Leslie: "Re: How to Implement a Single Logon Across Multiple Web Servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|