The domain name home might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS.
If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.
The following error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain home:
The error was: "DNS name does not exist."
(error code 0x0000232B RCODE_NAME_ERROR)
The query was for the SRV record for _ldap._tcp.dc._msdcs.home
Common causes of this error include the following:
- The DNS SRV record is not registered in DNS.
- One or more of the following zones do not include delegation to its child zone:
home
. (the root zone)
For information about correcting this problem, click Help.
This is my conf file
[global]
workgroup = HOME
netbios name = spike
encrypt passwords = yes
wins support = yes
#wins server = 192.168.1.101
dns proxy = yes
domain master = yes
local master = yes
preferred master = yes
os level = 65
security = user
domain logons = yes
logon path = \\%L\profiles\%u\%m
logon script = logon.bat
logon drive = H:
logon home = \\%L\%u\.win_profile\%m
add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
#Used by Windows to read the system policies and logon script
[netlogon]
path = /mnt/ftp/FtpServer/smbTest/netlogon
writable = no
browsable = no
#
[profiles]
path = /mnt/ftp/FtpServer/smbTest/profiles
browsable = no
writable = yes
create mask = 0600
directory mask = 0700
[homes]
read only = no
browsable = no
guest ok = no
map archive = yes
[test]
comment = For testting only, please
path = /mnt/ftp/FtpServer/smbTest
read only = no
What going on? Can someone help me ?

Help










