Displaying 3 results from an estimated 3 matches for "smb1protocol".
Did you mean:
b1protocol
2018 Jan 05
3
Adding a Windows Server 2008 as a DC to the domain fails
Hi,
I have a samba domain based on Samba version 4.7.4 compiled from sources
running on Debian Stretch v 9.3. The domain is working fine, but when I try to
add another DC (a Windows Server 2008 Standard Edition) using the Wiki at
https://wiki.samba.org/index.php/Joining_a_Windows_Server_2008_/_2008_R2_DC_to_a
_Samba_AD it fails with the error:
"The operation failed because:
The functional
2018 Jan 05
1
Adding a Windows Server 2008 as a DC to the domain fails
...Thanks you for your quick answer.
>
> >
> > Hai Roy,
> >
> > What happens if you disable smb1 in win 2008, reboot and try again.
> > In powershell run :
> >
> > Get-WindowsFeature FS-SMB1
> > Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol
> >
> >
>
> Unfortunately the command is not recognised - it would seem
> that the Server
> Manager Command-line tools are not available on
> Windows Server 2008, only on 2008 R2 upwards! So I set the
> SMB1 DWORD value to
> 0 in the appropriate key in the re...
2018 Jan 05
0
Adding a Windows Server 2008 as a DC to the domain fails
Hai Roy,
What happens if you disable smb1 in win 2008, reboot and try again.
In powershell run :
Get-WindowsFeature FS-SMB1
Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Roy
> Eastwood via samba
> Verzonden: vrijdag 5 januari 2018 13:23
> Aan: samba at lists.samba.org
> Onderwerp: [Samba] Adding a Windows Server 2008 as a DC to
&...