The risk is if the web server is available from the internet then it will be
a target for attack and therefore could give an attacker control of one of
your domain computers. If it is an internal web server not facing the
internet it makes sense to add it to the domain if your domain users access
as it sounds like they do. If it is exposed to the internet and only a small
group of your users need access to it most likely you should leave things as
is but if it is a large number of users then you have to decide what you
want. You can minimize the damage that a compromised domain computer can do
by regularly checking the security logs on it for evidence of such and
configuring your network so that it can access only computers it needs such
as domain controllers. You can use ipsec to protect sensitive servers [not
domain controllers] in the domain by requiring that they have a "require"
ipsec policy.
Of course web servers need to be hardened by making sure that they are
running only needed services, use the principle of least privilege in
configuring access control lists, run applications that are well written,
and are kept current with critical security updates. MBSA can be used to
check for basic security vulnerabilities on Windows 2000/2003 and for
Windows 2003 SP1 you can use the Security Configuration Wizard to help you
lock down a server by role. Ipsec can also be configured via a filter policy
to manage access to what traffic can leave the computer unlike the Windows
Firewall. Domain administrators must be trained to NEVER logon to any domain
computer that they are not 100 percent sure is secure/clean with their
domain administrator credentials. The reason is that the computer could be
configured with scripts or loggers to either capture or use those
credentials to take over the domain. Most day to day tasks can be performed
by a regular domain account that has been delegated permissions to do what a
domain level administrator would otherwise need to do. Non domain controller
domain computers should be managed by a domain user/group that is in the
local administrators group of the domain computer and not by a user in the
domain admins group. --- Steve
http://www.microsoft.com/technet/sec.../mbsahome.mspx --- MBSA
http://www.microsoft.com/windowsserv...z/default.mspx
--- Security Configuration Wizard
"OscarVogel" <(E-Mail Removed)> wrote in message
news:%23znq%(E-Mail Removed)...
> What's the basic pros & cons of making a Web server a member of our
> domain?
>
> I've heard that there are security problems with that, although I can't
> recall specifically what those problems are. That's why up until now I
> have made it a member of a workgroup (with the same name as our one
> domain). But that has caused some inconveniences such as maintaining
> separate list of users & passwords.
>
> So I'm wondering if I should join it to the domain.
>
> Thanks!
>