Line 13: |
Line 13: |
| *You have to reboot your computer to reach the domain | | *You have to reboot your computer to reach the domain |
| | | |
| + | == Slow login with win8 to sme8 domain == |
| | | |
| + | With certain networks you may have an issue with a slow login to the SME Server domain due to a timeout issue on the network. In this case you should apply the following commands to your SME Server as can be found at [[bugzilla:7332]] |
| + | The version of package needed e-smith-samba-2.2.0-54.el5.sme is in smeupdates-testing but will shortly be by default in smeupdates so in the first instance verify your package version |
| + | |
| + | rpm -qa e-smith-samba |
| + | e-smith-samba-2.2.0-54.el5.sme |
| + | |
| + | You need at least this version as 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 setting 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 this you follow the usual way to add a Win7 to the SME DOMAIN, as above [[Windows_8_Support#Join_a_SME_Server_8.0_Domain_with_Win8]] |
| ---- | | ---- |
| [[Category:Howto]] | | [[Category:Howto]] |
| [[Category:Administration]] | | [[Category:Administration]] |