Hi,
Am brand new to OMV. Have had installed a few months. Has been working great with everything as required. However, recent updates from Debian have broken (well, package updates were the only change before this happened) Samba SMB share AD Auth (SSSD). Syntax used was user@domain.xxx. So, "was" working great. Now for the aftermath.
For me, this format requirement of DOMAIN\user has only come about I've discovered, since Samba updates after 4.8 (running 2:4.9.5+dfsg-5+deb10u1) no longer need (or want) SSSD installed.
Due to conflicts between SSSD Winbind libraries (libwbclient-sssd) and Samba Winbind (libwbclient0 2:4.9.5+dfsg-5+deb10u1), I'm led to believe after research that SSSD needs to go.
I do have a backup, but as suggested if SSSD itself is being dropped going forward in Samba, then no point restoring.
After several problems, (no ldap servers found, NT_STATUS_ACCESS_DENIED, NT_STATUS_NO_LOGON_SERVERS, PAM problems, realm join VS net ads join and unique issues for both etc..), I've reached the subject matter.
Error when choosing domain user from drop down list in Owner ACL field comes back with:
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; chown DOMAIN\domainuser '/srv/dev-disk-by-id-scsi-2b26a877700d00000-part1/plex/' 2>&1': chown: invalid user: ‘DOMAINdomainuser’
So, what happened to the \ ? I thought it would have to be either in quotes or DOMAIN\\domainuser syntax.
I manually ran chown on the share but I still cannot connect to it from either a Windows 10 or Ubuntu 20.04 client. Access Denied.
thanks for listening