LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-17-2006, 03:38 PM   #1
hiieu
LQ Newbie
 
Registered: Sep 2006
Posts: 14

Rep: Reputation: 0
Need help with integrating BIND and Active Directory


Hello,

I'm trying to set up an Active Directory that will use BIND DNS. I was pointed to couple of links http://www.microsoft.com/technet/arc....mspx?mfr=true
http://www.linuxquestions.org/linux/...ectory_Queries

but I still have no clues. I want to create a subdomain for AD so it won't mess up the main domain. I read this from DNS and BIND book:


create delegated subdomains called (in our case) _udp.fx.movie.edu, _tcp.fx.movie.edu, _sites.fx.movie.edu, and _msdcs.fx.movie.edu. (You might have to turn off name checking for _msdcs.fx.movie.edu, because the Domain Controller wants to add an address record to the zone in addition to a slew of SRV records, and the owner name of that record will contain an underscore.) Then let the DC dynamically update these zones, but not your main zone:

acl dc { 192.253.254.13; };

zone "_udp.fx.movie.edu" {
type master;
file "db._udp.fx.movie.edu";
allow-update { dc; };
};

zone "_tcp.fx.movie.edu" {
type master;
file "db._tcp.fx.movie.edu";
allow-update { dc; };
};

zone "_sites.fx.movie.edu" {
type master;
file "db._sites.fx.movie.edu";
allow-update { dc; };
};

zone "_msdcs.fx.movie.edu" {
type master;
file "db._msdcs.fx.movie.edu";
allow-update { dc; };
check-names ignore;
};



If your Domain Controllers run Windows Server 2003, you need to add two more zones to that list: DomainDNSZones.fx.movie.edu and ForestDNSZones.fx.movie.edu:

zone "DomainDNSZones.fx.movie.edu" {
type master;
file "db.DomainDNSZones.fx.movie.edu";
allow-update { dc; };
};

zone "ForestDNSZones.fx.movie.edu" {
type master;
file "db.ForestDNSZones.fx.movie.edu";
allow-update { dc; };
check-names ignore;
};

How do I go about to create zone data (db._udp.fx.movie.edu...etc) for it? Please help...thank you for your help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
export Active Directory to BIND rsmccain Linux - Networking 4 07-24-2008 09:22 AM
[SOLVED] BIND + MS Active Directory ozk4r Linux - Enterprise 0 06-05-2006 06:31 PM
Integrating Active Directory Win2003 and Linux user database ?? ps.nepali Linux - Networking 3 03-17-2006 01:00 AM
Active Directory Using Only BIND 9.2.3 pbb6275 Linux - Networking 0 01-18-2004 04:47 PM
Bind and Active Directory Touchstone Linux - Networking 0 01-08-2002 08:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration