I got a weard problem with logging in with a win2k machine to a Debian samba server.
I can login as root, but I can't loggin as other users.
When I log in as a other user, it go's by the login field.
Then it loads a little bit, and then it stops.
And I got the blue (background) screen from windows, and now startmenu and now icons on the desktop, notting!!!
Does anyone know this problem??
My samba config:
Code:
[global]
#null passwords = yes
log file = /var/log/samba/log.%m
loglevel = 2
#debug timestamp = yes
#bind interfaces only = yes
#max log size = 250
domain master = yes
local master = yes
locking = yes
domain logons = yes
preferred master = yes
encrypt passwords = true
#automatische computer account
add user script = /usr/sbin/useradd -g machines -c NTMachine -d /dev/null -s /bin/false %m$
delete user script = /usr/sbin/userdel %m$
logon path = \\microcartero\profile\%U
serverstring = Samba on %L
#socket address = 192.168.
hosts allow = 192.168. localhost
workgroup = cattie
smb passwd file = /etc/samba/smbpasswd
logonscript = login.bat
#socket options = TCP_NODELEY IPTOS_LOWDELEY SO_SNDBUF=8192 SO_RCVBUF=8192
read raw = yes
write raw = yes
netbios name = microcartero
load printers = no
security = domain
os level = 99
#oplocks = True
#deadtime = 1
#lock directory = /tmp/samba
[netlogon]
allow hosts = 192.168.
comment = The microcartero login service
path = /samba/scripts
browseable = no
[profile]
comment = User profile
path = /samba/profile
read only = no
create mode = 0600
force create mode = 0600
directory mask = 0777
force directory mode = 0777
[Data]
comment = Data share
path = /share/data
create mode = 0775
writeable = yes
public = yes
directory mode = 0775
[Programs]
comment = Programs share
path = /share/programs
create mode = 0775
writeable = yes
public = yes
directory mode = 0775
[Home]
comment = Home %U
path = /home/%U
create mode = 0775
directory mode = 0775
writeable = yes
directory mode = 0775
[Rootdir]
comment = Root directory
path = /
writable = yes
valid users = root
admin users = root
create mode = 0774
directory mode = 0775
public = no
write list = root
force user = root
I hope someone can help!!!
Cybercool