Howdy again, it was the DNS so, I got it all working, but I did get this very interesting email from another list and am to newbiefied to understand exactly what it means:
--Begin Quote--
If it turns out that dns is the problem then either let the domain
controller update the zone or make the domain controller authoritive
over some of the sub-domains that Active Directory uses. That's how I got my linux
name server and active directory working nice. Here is the zone file for
reference.
$ORIGIN .
$TTL 259200 ; 3 days
home.local IN SOA ns.home.local. root.tuxwall.home.local.
(
199803621 ; serial
28800 ; refresh (8 hours)
7200 ; retry (2 hours)
2419200 ; expire (4 weeks)
86400 ; minimum (1 day)
)
NS ns.home.local.
MX 10 mail.home.local.
$ORIGIN home.local.
_msdcs NS pdc
_sites NS pdc
_tcp NS pdc
_udp NS pdc
imap A 192.168.1.1
mail A 192.168.1.1
mushroom A 192.168.1.144
ns A 192.168.1.1
pdc A 192.168.1.2
proxy A 192.168.1.1
tuxwall A 192.168.1.1
www A 192.168.1.1
--End Quote--
So what is this "zone" that is refered to as i would love it to work as above!
A HUGE Thanks to all of you who have helped out too!!!
Cyrus Bharda