Thread: samba 3.4.7 and windows 7
hi,
1. able join xp machines samba pdc
2. able add domain users xp machines
3. able join win7 samba pdc
4. not able add domain users win7 machines
in xp machines. if able add domain users locally. users still cannot login machine unless have network connection pdc.
below smb.conf.
[global]
workgroup = [domain]
server string = [server hostname]
client ntlmv2 auth = yes
client lanman auth = no
client plaintext auth = no
log file = /var/log/samba/samba.%m
max log size = 50
add user script = sudo /usr/sbin/useradd -s /bin/bash -m %u
delete user script = sudo /usr/sbin/userdel %u
add group script = sudo /usr/sbin/groupadd %u
delete group script = sudo /usr/sbin/groupdel %g
delete user group script = sudo /usr/sbin/deluser %u %g
add machine script = sudo /usr/sbin/useradd -s /bin/false -d /dev/null %u
logon path =
logon home =\\alugbati\%u
logon script = %u.bat
logon drive = m:
domain logons = yes
os level = 64
preferred master = yes
domain master = yes
encrypt passwords = yes
did following on win7 machine
hklm\system\currentcontrolset\services\lanmanworks tation\parameters
dword domaincompatibilitymode = 1
dword dnsnameresolutionrequired = 0
?
first of should ask in samba forum or mailing list nice.
can try adding
winbind offline logon = true
after /etc/init.d/smbd reload
/etc/init.d/nmbd reload
assumes user had logged in @ least ones network connection because credentials cached on client
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] samba 3.4.7 and windows 7
Ubuntu
Comments
Post a Comment