<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
<TT>Okay, please don't rip my head off here for asking a MS question, but I<BR>
figured I would get a slightly less biased answer here. That being<BR>
said....<BR>
We are upgrading our Exchange 5.5 server to Exchange 2003. We are a<BR>
mixed shop with Linux and Windows. (There are numerous other systems,<BR>
mostly of the *nix variety) While I tried to edge them to use<BR>
Communitgate Pro, Contact, or OpenExchange, they decided there would be<BR>
less impact on users if we stayed with Exchange.<BR>
Now comes my issues, I feel like Alice falling down the rabbit hole<BR>
here. In reading the docs for Exchange 2003, it says it needs Active<BR>
Directory. Great, so now I have to learn Active Directory and futz with<BR>
that. Now I am setting up Active Directory, flying by the seat of my<BR>
pants, and it says that it wants its own DNS server in order to work<BR>
properly. All my DNS servers are Linux based.<BR>
Can Active Directory work with Linux based DNS? I thought I recalled a<BR>
few of you saying you had Exchange 2000/2003 running, just wanted to<BR>
know how you did it.<BR>
Any help would be appreciated.<BR>
<BR>
--<BR>
Edward M. Croft<BR>
Sr. Systems Engineer<BR>
Open Ratings, Inc.<BR>
200 West Street<BR>
Waltham, MA 02451-1121<BR>
<BR>
Hi Edward,<BR>
<BR>
Actually the answer is both yes and no. Yes, you can make Bind 9 work with Active Directory, but it will not resolve NetBIOS names, which Active Directory requires for file/print sharing. When you set up an Active Directory domain controller, it requires an Active Directory enabled DNS server, something Bind cannot do. Active Directory has hidden objects in the DNS records that don't appear in the zone files because they are embedded in the registry. Also, to find a domain controller to authenticate Windows clients, you must have SRV resource records in the zone, something Bind 9 supports but I've never tried it so I can't say how well it works.<BR>
<BR>
Another issue you will face is the matter of broadcast storms from browse master elections. Domain controllers win those elections when they exist, but every new client starting up forces a new browse master election. You can limit this by using Samba and set the "OS level" value to 65 or greater and the Samba server will win all the elections, and then you can use Samba's WINS server to handle your workstation browse requests.<BR>
<BR>
I would try to make the Exchange Server a domain controller and a DNS server. This would reduce the amount of traffic created by the Exchange server and its clients since they use DNS and not WINS. For file and Print sharing I would use Samba, and make the Samba server use the Active Directory server to authenticate the Windows clients. You didn't say whether you have Win9x or NT4 or < clients, but these require mixed mode for Active Directory to work with them as they don't support Active Directory in native mode.<BR>
<BR>
Microsoft's approach to open standards is called "embrace and extend," which is another way to make an open standard a Microsoft proprietary architecture. This makes cross platform networking a series of stubborn obstacles and causes network engineers to loose their hair. I've been doing this stuff for 13 years, so if you have any other questions, please feel free to email me directly and we can continue this without filling the group with Microsoft protocol issues.</TT><BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<FONT SIZE="5"><B><I>Tom</I></B></FONT><BR>
<BR>
Thomas S. Fortner <BR>
Burleson, Texas <BR>
thomas.fortner@sbcglobal.net <BR>
<FONT SIZE="3"><I>"but we preach Christ crucified..."</I></FONT>  1 Corinthians 1:23 <BR>
<BR>
</TD>
</TR>
</TABLE>

</BODY>
</HTML>