Questions tagged [samba4]

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.

377 questions
0
votes
1 answer

How do I import an smbpasswd file into a different samba server

I'm attempting to export my samba users and then import them (the ultimate goal is to do this between machines, but right now I just want to do the one test user on my newly installed server). I've created the user 'testuser' and done smbpasswd -a…
Michael Kohne
  • 2,334
  • 1
  • 16
  • 29
0
votes
1 answer

Samba AD GPO “Display information about previous logons during user logon” does not apply and makes it impossible to logon

We are performing tests to deploy a Univention UCS domain with samba Active Directory in our company and, to comply with a security normative, we need to activate the GPO "Display information about previous logons during user logon" found in…
0
votes
1 answer

Ubuntu 21.10 with Samba AD unable to create domain trust account

I am trying to add domain trust account for additional kerberos5 (MIT) domain in Samba AD DC with command: net rpc trustdom add -UAdministrator% What happens is that the account is created into Samba ldap…
0
votes
0 answers

Windows 10 login fails at Samba NT domain member

I have the following setup: A Samba server PDC acting as the Primary Domain Controller of a NT domain MYDOMAIN (not Active Directory!) A Windows 10 pro PC Win10 which is also a member of that domain A (new) second Samba server MS1 which is supposed…
dummzeuch
  • 607
  • 1
  • 9
  • 20
0
votes
1 answer

Ubuntu login fails with a user of a trusted IDM domain (AD)

We have an IDM Server on a Rocky Linux distro configured with a Trust to a Samba AD DC (also installed on a Rocky Linux). So we created a user 'usupru2' on Samba AD DC under adtest.uy domain. Then we enroll an Ubuntu 20.04 client to IDM and when we…
0
votes
1 answer

Access denied when listing Samba shares

I've installed Samba to share files with Windows 10 machines. The setup works correctly to access individual shares using their path such as \\myhost\sejf, but listing shares on \\myhost fails with access denied. I tried to investigate various…
Petr
  • 581
  • 1
  • 5
  • 16
0
votes
1 answer

Windows 2019 and truenas SMB share access problems

I'm having all sorts of trouble getting a FRESH Windows Server 2019 to connect to a samba share on Truenas 12. Originally, when I tried to log in, Windows kept saying You Can't Access This Shared Folder Because Your Organization's Security Policies…
user609425
0
votes
0 answers

Unable to join a dc I just created with samba ad dc

I followed these instructions: https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller These instructions didn't work exactly as they read. There was one step I didn't get a result because samba was stopped and it…
0
votes
1 answer

Where does Sendmail get authentication from?

For reasons I can't get into at the moment, I'm authenticating to an SMB domain (using Samba 4.9.5 on a Debian host as the DC, if it matters) with a Mint Linux server in the domain with Samba 4.11.6 using Sendmail 8.15.2. I have Thunderbird on a…
tsc_chazz
  • 905
  • 3
  • 14
0
votes
1 answer

How to overcome the Weaker MD4 hash issue with samba

We are using samba configuration on our RedHat(RHEL7.9) systems, where SMB authentication is based on a NTLM password hash which basically a clear-text credential for a challenge-response authentication which getting stored in a separate attribute,…
Karn Kumar
  • 105
  • 4
0
votes
2 answers

Samba AD Groups appear empty on Unix

Environment: fresh Debian 10 Samba 4.9.5-Debian as AD-DC, using internal LDAP, internal DNS, RFC2307 enabled, libnss-winbind enabled and configured, libpam-winbind enabled and configured fresh Debian 10 Samba 4.9.5-Debian as Fileserver, joined to…
Alexander Foken
  • 401
  • 1
  • 4
  • 5
0
votes
1 answer

Compiled samba from source upgrade - version mismatch

I'm testing Samba 4 AD (test environment) on CentOS 8. First attemp was with version 4.13.5 without cups support because I have installed packages listed in section "Manually maintained Distribution-specific Package lists" in this link…
0
votes
1 answer

how to export permissions/ACLs from Samba share to clients?

I have a Synology NAS running Samba that serves up shares in my network. I've set up autofs, LDAP and sssd and can mount Samba home directories on the fly when I log into Linux and MacOS machines. My shares on the NAS are on an Ext4 volume, i.e.…
Stephen Winnall
  • 165
  • 1
  • 8
0
votes
1 answer

Odd user display discrepancy in standalone Samba server ("Account Unknown" vs "Unix User")

I am using a standalone Samba server on Ubuntu 18.04 (Samba 4.7.6). When an employee leaves the company, their Unix account ist locked (but not deleted). Their Samba account, however, is deleted via smbpasswd -x foo. When viewing the properties of a…
user2323470
  • 183
  • 4
  • 9
0
votes
1 answer

samba-tool tool missing on Centos8 after samba412 package install

Cant find samba-tool on Centos8 after samba412 package install... dnf cant find it as well. dnf provides samba-tool Error: No Matches found What's more, there is no /usr/local/samba/bin folder ... Do I miss something? Installed packages: dnf list…
Paul Paku
  • 151
  • 9