Re: [Samba] Offline logon from Winxp/2000 Client doesn't work

2007-05-25 Thread Christoph Lutz

Neil Jolly schrieb:
Run the command pdbedit -Lv username for each of the users in question, 
and verify the the domain listerd for the username is correct. I've seen 
this occur when the users are created under one domain name, and then 
the domain name (in the smb.conf) is changed afterward. If that's the 
case change the users domain using pdbedit --domain=newdomainnamehere 
username


I've seen that I had not checked/corrected that, 30 minutes after my 
post and now it works as expected. A misconfigured item was still there 
from my first attempt a few days ago. The domainname for my User was the 
server NETBIOS name. A testuser, pdbedit and open eyes solved the 
problem. Anyway, thanks for the quick answer.




Neil Jolly


Christoph Lutz
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Offline logon from Winxp/2000 Client doesn't work

2007-05-05 Thread Christoph Lutz

Hello,

I've installed samba 3.0.24 recently and since then I cannot login on my 
Windowsclients if they are disconnected. If I have a connection 
everything is fine. I'm at a loss what else to do. The only hints for 
offline logons I've found all refer to the use of samba with ADS. I have 
only one samba server in my network(no winbind). The clients are 
unchanged to my prior installation which worked just fine for serveral 
years. I'm gratefull for any hint. I'm using Debian/Testing with kernel 
2.6.18-4


My smb.conf

[global]
unix charset = ISO8859-15
workgroup = HOME
server string = %h server
client schannel = Yes
server schannel = Yes
map to guest = Bad User
password server =
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .

username map = /etc/samba/smbusers
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
name resolve order = lmhosts host wins bcast
time server = Yes
server signing = auto
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
load printers = No
logon script = logon.cmd
logon path = \\%N\profiles\%U
logon drive = H:
domain logons = Yes
os level = 64
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
ldap ssl = no
panic action = /usr/share/samba/panic-action %d
admin users = root
hosts allow = 192.168.1.0/255.255.255.0, 192.168.77.0/255.255.255.0

[homes]
comment = Home Directories
path = /home/%u
valid users = %S
read only = No
browseable = No

[profiles]
comment = Store the Windows Profiles
path = /home/winhomes
read only = No
create mask = 0600
directory mask = 0700

[netlogon]
path = /var/lib/samba/netlogon
write list = root
guest ok = Yes


Greetings, Christoph Lutz
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba