[Samba] Domain not available
Bradley W. Langhorst
brad at langhorst.com
Thu Oct 24 19:18:00 GMT 2002
On Thu, 2002-10-24 at 14:46, Cyberduck1 wrote:
hmm you missed the most important point - read the howto...
> Ok, attached is my smb.conf
see my comments in there
> How can I check if Windows name resolution is working?
see my comments on your smb.conf
> What is signorseal reg fix and where can I find it?
http://www.google.com/search?q=signorseal
it's a reg file in the source distribution
> Yes, my machine-account is created on the server.
# Global parameters
[global]
workgroup = myDomain
netbios name = SERVER1
server string = Samba %v (PDC)
interfaces = xxx.xxx.xxx.xxx/255.255.255.0
encrypt passwords = Yes
update encrypted = Yes
min passwd length = 3
null passwords = No
password level = 4
log level = 2
log file = /var/log/samba/samba.log.%m
max log size = 50
deadtime = 15
domain admin group = @root
add user script = useradd -d /dev/null -s /bin/false %u
logon script = netlogon.bat
logon path = \\%L\profiles\%U
logon drive = H:
logon home = \\%L\home\%U
domain logons = Yes
os level = 65
preferred master = True
domain master = True
wins support = Yes
your samba server is acting as a wins server
you should configure all your clients to point to the servers address
for WINS (it's in the TCPIP settings)
kernel oplocks = No
admin users = root
browseable = No
strict locking = Yes
[netlogon]
comment = Netzanmeldeverzeichnis
path = /daten/netlogon
write list = %U
what is this line?
this should be something like write list = root
make sure that all users have read permissions on /daten/netlogon
read only = No
share modes = No
[home]
I think this should be [homes] if you want samba to do the automatic
home directory sharing...
comment = Eigene Dateien
path = /Daten/home/%U/Eigene Dateien/
read only = No
create mask = 0770
directory mask = 0770
[profiles]
path = /Daten/home
read only = No
don't keep the profiles in the same place that you keep home
directories...
here is my profiles share
[profiles]
path = /home/xp_profiles
read only = No
create mask = 0600
directory mask = 0700
csc policy = disable
share modes = No
More information about the samba
mailing list