[Samba] Issues with FLOCK on NFS Share

Rowland penny rpenny at samba.org
Mon Jul 6 16:00:56 UTC 2020


On 06/07/2020 16:29, Georg.Biberger--- via samba wrote:
> Hello,
>
> Get same output with "getent passwd qqeda11" and with "cat /etc/passwd | grep 'qqeda11'"
> qqeda11:x:79846:65600:Project Account for EDA:/home/qqeda11:/bin/bash
>   
> When you say it is not supported, do you mean it is not supported by samba, or by what else?
>
> Georg
>
It isn't supported by Samba.

the 'passwd' line in /etc/nsswitch.conf is probably something like this:

passwd:  compat winbind

Though 'compat' might be 'files'

What this means is search in /etc/passwd for your user, return if found, 
if not found, search via winbind (in AD)

So if you run 'getent passwd qqeda11' with 'qqeda11' in /etc/passwd, 
then this the user that will be returned and the user in AD will be ignored.

The LOCAL Unix user != the Domain user

Rowland





More information about the samba mailing list