JanK hat geschrieben: ↑27 Feb 2024, 07:46
But the Problem is only at one Client. That's why I think the smb.conf should be fine.
 
Maybe, but that password sync stuff might do something weird. Here is my smb.conf. See how it is a very simple config, it depends on the defaults of samba and no ancient stuff is set. The only thing in global really needed is the workgroup, security and passdb backend stuff. The printing = bsd stuff and the next rules are 
to disable printing totally. The other three things, preferred master, etc, is so this samba doesn't try 
to fight my file server who the master browser should become.
Code: Alles auswählen
# See smb.conf.example for a more detailed config file or
# read the smb.conf manpage.
# Run 'testparm' to verify the config is correct after
# you modified it.
[global]
        workgroup = ANARCHY
        security = user
        passdb backend = tdbsam
        printing = bsd
        printcap name = /dev/null
        load printers = no
        disable spoolss = yes
        preferred master = no
        local master = no
        domain master = no
[opsi_depot]
   available = yes
   comment = opsi depot share (ro)
   path = /var/lib/opsi/depot
   follow symlinks = yes
   writeable = no
   invalid users = root
   acl allow execute always = true
[opsi_depot_rw]
   available = yes
   comment = opsi depot share (rw)
   path = /var/lib/opsi/depot
   follow symlinks = yes
   writeable = yes
   invalid users = root
[opsi_images]
   available = yes
   comment = opsi ntfs images share (rw)
   path = /var/lib/opsi/ntfs-images
   writeable = yes
   invalid users = root
[opsi_workbench]
   available = yes
   comment = opsi workbench
   path = /var/lib/opsi/workbench
   writeable = yes
   invalid users = root
   create mask = 0660
   directory mask = 0770
[opsi_repository]
   available = yes
   comment = opsi repository share (ro)
   path = /var/lib/opsi/repository
   follow symlinks = yes
   writeable = no
   invalid users = root
[opsi_logs]
   available = yes
   comment = opsi logs share (ro)
   path = /var/log/opsi
   follow symlinks = yes
   writeable = no
   invalid users = root
You might want 
to backup your smb.conf, and use a simple config like this, just 
to exclude problems with samba.