Problem:
I have setup smb.conf and everything looks good.
I can access the samba shares, but when I try to access the domain, I get this error:
Code:
The domain name BORG-COLLECTIVE 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.
An error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain BORG-COLLECTIVE.
The error was: "No records found for given DNS query."
(error code 0x0000251D DNS_INFO_NO_RECORDS)
The query was for the SRV record for _ldap._tcp.dc._msdcs.BORG-COLLECTIVE
Here is my smb.conf file:
Code:
# Samba config file created using SWAT
# from 192.168.10.2 (192.168.10.2)
# Date: 2006/09/17 21:10:39
[global]
workgroup = BORG-COLLECTIVE
netbios aliases = BORG-COLLEVTIVE
server string = %h server (Samba, Ubuntu)
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
passwd chat debug = Yes
username map = /etc/samba/smbusers
unix password sync = Yes
log level = 3
name resolve order = wins bcast hosts
printcap name = CUPS
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/usermod -G %g %u
add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null -g machines %u
logon drive = H:
domain logons = Yes
preferred master = Yes
wins support = Yes
ldap ssl = no
idmap uid = 15000-20000
idmap gid = 15000-20000
printing = cups
print command =
lpq command = %p
lprm command =
[netlogon]
comment = Network Logon Service
path = /home/samba/netlogon
guest ok = Yes
share modes = No
[profiles]
path = /home/samba/profiles
create mask = 0600
directory mask = 0700
My Setup:
locutus: Linux server, also a webserver, and vmware-server
borg-collective (the domain/workgroup)
DMZ controles by IPCOP, 3NIC
Orange Zone:
linux kubuntu server, dapper
printers
Greenzone:
All my windows clients.
I have added
locutus, borg-collective, to the hosts of my server and ipcop.
Any help please.
regards
svend gundestrup