Samba4 is version 4 of Samba, the Linux implementation of the SMB/CIFS protocols. It is the first version of Samba with full Active Directory support, allowing a Linux server to become an Active Directory Domain Controller.
Questions tagged [samba4]
377 questions
0
votes
1 answer
Winbind rfc2307 shell not honored after Samba 4 upgrade
I have CentOS 7 servers with samba-winbind talking to an AD. We use rfc2307 to override the default shell for certain (power) users. One such server is still running an older version of samba-winbind, v.4.4.4-14.el7_3; this works as expected.
From…

Thomas J. Girsch
- 51
- 1
- 7
0
votes
1 answer
RDP from Win7 to Win10 doesnt work - from Win10 to Win7 works - GPO?
We are planning to switch our company's machines from Win7 to Win10 in the near future. We have 2 available domains, lets call them domain1 and domain2. We use domain2 for our current enviroment and everything works fine. Domain1 has been created…

kaisa
- 21
- 5
0
votes
2 answers
Windows can't connect to the Samba Linux AD Tests also returns problems with Admin and Krb5
I am trying to create a Linux Domain Controller on my virtualbox using Samba although it's working but can't reach servers?
Detail Information:
Software: VirtualBox
Distro for Server: Debian9
Windows Desktop: Windows 10 or Windows 7
Network Type:…

ThomasJH
- 13
- 1
- 4
0
votes
1 answer
Do I need "Denied RODC Password Replication" on Master domain controller using Samba Active directory
We are using Samba Active Directory 2:4.7.6 on Ubuntu 14.04.5 LT
We have only one domain controller, and it is not remote (it is inside the controlled, non-WAN-accessed subnet).
However, as is the default since Windows AD 2008, all authoritative…

BurningKrome
- 525
- 2
- 12
- 22
0
votes
0 answers
Error while updating samba4
I'm trying to update my RHEL6.9 by running yum update --security
But I keep getting this error saying that samba4-common requires a certain version of samba4-libs which has already been installed on that machine.
If I remove samba4-libs first and…
0
votes
1 answer
Samba Secondary DC,No DNS Forwarding
I'm new to Linux and testing Samba AD DC.
I've set up 2 DCs.
DC1 is able to resolve google.com, DC2 is not.
nslookup google.com 192.168.0.100
Server: 192.168.0.100
Address: 192.168.0.100#53
Non-authoritative answer:
Name: …

user2827958
- 221
- 2
- 7
- 15
0
votes
3 answers
Why does Samba4 fail with NT_STATUS_INTERNAL_ERROR on Ubuntu 18.04
I am having trouble setting up Samba as an AD DC. At present I have 1 Ubuntu box which I’d like to use to share files with other computers in my home network. At present the same machine which servers as the DC would also serve the files.
This is a…

PhiloEpisteme
- 169
- 1
- 2
- 4
0
votes
0 answers
Samba ADS: Cannot contact any KDC for requested realm
I followed this Setting up Samba as an Active Directory Domain Controller - wiki and all seems fine (kinit,klist,net ads user,net ads group work).
Adding users without password also works, but if I set any password, it fails:
net ads user add tester…

lepe
- 469
- 2
- 6
- 25
0
votes
1 answer
Samba4: ACLs inheritance: owner group will be changed to "domain users" in new created files/dirs
Samba Version 4.3.11 on Ubuntu Xenial server (16.04)
In smb.conf I have:
Server role: ROLE_DOMAIN_MEMBER
[global]
...
inherit permissions = Yes
inherit acls = Yes
# I needed this due to another issue
server max protocol = NT1
max…

rawi
- 97
- 1
- 4
0
votes
0 answers
Samba fails Achilles Level 2 tests
During certain Achilles tests, CPU consumption of Samba rises to 100%.
I am doing Achilles tests on a Linux-based server. I have noticed that during certain tests (and UDP port discovery), the temperature of the CPU cores surges to around 80-90 °C…

alibaba
- 427
- 2
- 6
- 14
0
votes
1 answer
Samba 4.7.1 on CentOS 7.5, anonymous share asks for auth
I've got a fresh install of CentOS 7.5 minimal with Samba 4.7.1 on a VM. I've disabled SELinux and added the samba service to firewalld. My goal is to have anonymous and secured shares available.
I've been running in circles for hours, reading a…

p0lar_bear
- 103
- 1
- 7
0
votes
0 answers
Samba ACL deny change permissions
I just created a Samba share under Redhat 7, with sssd as authentication provider and the use of ACLs.
Here is my config:
[global]
realm = domain.local
workgroup = domain
security = ads
kerberos method = secrets and keytab
idmap…

pwe
- 15
- 1
- 7
0
votes
1 answer
Can't update computer policy from samba DC
I'm trying to push out a CA cert to my clients, but their group policy isn't updating. When I try gpupdate /force, I get:
Computer policy could not be updated successfully. The following errors were encountered:
The processing of Group Policy…

Dessa Simpson
- 539
- 7
- 27
0
votes
1 answer
Error when trying to update samba4 with available packages
In our production environment, I need to apply a security patch by updating with the latest samba4 packages. On a centOS 6 build.
I know there is available packages for samba4 when I do (yum info samba4)
[root@server ~]# yum info samba4
Loaded…

yaySecurity
- 13
- 1
- 1
- 5
0
votes
0 answers
Use AD credentials to log into Samba DC
We have a Samba domain controller for our active directory. We want to set it up such that in order to log into it, you use your Samba credentials, just like non-DC boxes connected to the domain. However, I can't find any real documentation on how…

Dessa Simpson
- 539
- 7
- 27