here is my smb.conf:
# Samba config file created using SWAT
# from ip (ip)
# Date: 2002/12/06 15:08:51
# Global parameters
[global]
workgroup = ntdomain
netbios aliases = linux
server string = linux
security = DOMAIN
domain master = No
obey pam restrictions = Yes
password server = PDC
passdb backend = /usr/local/samba/private/smbpasswd, unixsam
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
unix password sync = Yes
log file = /var/log/samba/%m.log
max log size = 0
name resolve order = bcast lmhosts host wins
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
load printers = No
dns proxy = No
wins server = ip pdc
ldap ssl = no
winbind uid = 10000-20000
winbind gid = 10000-20000
template homedir = /home/xxx/%D/%U
template shell = /bin/bash
winbind separator = +
hosts allow = xxx.xxx.xxx.0/255.255.255.0
printing = lprng
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No
[printers]
comment = All Printers
path = /xxx/xxxxx/samba
printable = Yes
browseable = No
[Test]
comment = TestShare RedHat7.3
path = /xxx/xxxx
Any hints?
Regards, Wolf