[Samba] winbindd - mutex grab failed for adserver1.MYDOMAINLAB.bts.lab

Rowland Penny rpenny at samba.org
Tue Oct 12 14:25:27 UTC 2021


On Tue, 2021-10-12 at 16:08 +0200, peter knezel wrote:
> Hello Rowland,
> 
> thanks for the quick reply.
> Below is my smb.conf. I will try to do the update to stretch -->
> buster in the meantime.

Here is your smb.conf with the default lines removed and the idmap
config set correctly:

[global]
        security = ads
        realm = MYDOMAINLAB.BTS.LAB
        workgroup = MYDOMAINLAB
        idmap config *:backend = tdb
        idmap config *:range = 10000-20000
        idmap config MYDOMAINLAB:backend = rid
        idmap config MYDOMAINLAB:range = 5000-100000
        template shell = /bin/bash
        client ntlmv2 auth = yes
        winbind use default domain = yes
        restrict anonymous = 2
        vfs objects = acl_xattr
        map acl inherit = Yes
        store dos attributes = Yes

[Profiles]
     path = /srv/samba/Profiles/
     read only = no

[homes]
  comment = Home Directories
  browseable = no
  read only = no
 
create mask = 0700
  directory mask = 0700
  valid users = %S

Rowland





More information about the samba mailing list