Line 30:
Line 30:
Image:W7-8.png
Image:W7-8.png
</gallery>
</gallery>
+
+
===Slow login with win7 to sme8 domain===
+
+
With certain network you can have an issue with some slooow login to the SME Server domain because a timeout issue on network.. In this case you have to do following commands lines as you can find in [[bugzilla:7332]]
+
Actually the version of package needed e-smith-samba-2.2.0-53.el5.sme is in smeupdates-testing but in few time it will be by default in smeupdates
+
so in first verify you package version
+
+
rpm -qa e-smith-samba
+
e-smith-samba-2.2.0-53.el5.sme
+
+
You need at least this version or above otherwise try this
+
+
yum update --enablerepo=smeupdates-testing e-smith-samba
+
signal-event post-upgrade; signal-event reboot
+
+
Then you must add a new configuration to you smb internal database
+
+
config setprop smb WaitForNetwork disabled
+
signal-event console-save
+
+
This is what you need to find in your server-ressources
+
+
cat /home/e-smith/files/server-resources/regedit/win7samba.reg
+
+
Windows Registry Editor Version 5.00
+
+
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters]
+
"DNSNameResolutionRequired"=dword:00000000
+
"DomainCompatibilityMode"=dword:00000001
+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
+
"WaitForNetwork"=dword:00000000
+
+
After that You have to follow the standard way to add a Win7 to the SME DOMAIN
==Adding Windows 7 Support to SME Server 7==
==Adding Windows 7 Support to SME Server 7==