Samba Shares nicht erreichbar
Verfasst: 17 Nov 2021, 09:04
				
				Hallo,
ich habe nach einenm Update von Ubuntu 16.04 auf 20.04 und Opsi 4.1 auf opsi 4.2 das Problem das die Samba Shares nicht ereichbar sind.
Ich kann zwar den Server via SMB erreichen und seheh auch die Freigaben, aber wenn ich eine Öffnen will kommt das die Anmeldung falsch ist.
Ich habe das Log auf dem Samba aufgedreht und dorst sehr Password Falsch, das habe ich mit smbpasswd zurück gesetzt, Bringt nur leider nix.
der Server ist als Standalon Server Konfiguriert.
smb.conf
MfG Alexander
			ich habe nach einenm Update von Ubuntu 16.04 auf 20.04 und Opsi 4.1 auf opsi 4.2 das Problem das die Samba Shares nicht ereichbar sind.
Ich kann zwar den Server via SMB erreichen und seheh auch die Freigaben, aber wenn ich eine Öffnen will kommt das die Anmeldung falsch ist.
Ich habe das Log auf dem Samba aufgedreht und dorst sehr Password Falsch, das habe ich mit smbpasswd zurück gesetzt, Bringt nur leider nix.
der Server ist als Standalon Server Konfiguriert.
smb.conf
Code: Alles auswählen
[global]
log level = 3 passdb:5 auth:5
client min protocol = NT1
server min protocol = NT1
workgroup = FRITZWEG
server string = %h server (Samba, Ubuntu)
log file = /var/log/samba/log.%m
max log size = 1000
logging = file
panic action = /usr/share/samba/panic-action %d
acl allow execute always = true
server role = standalone server
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
usershare allow guests = yes
[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   guest ok = no
   read only = yes
   create mask = 0700
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = 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_repository]
   available = yes
   comment = opsi repository share (ro)
   path = /var/lib/opsi/repository
   follow symlinks = yes
   writeable = no
   invalid users = root
[opsi_workbench]
   available = yes
   comment = opsi workbench
   path = /var/lib/opsi/workbench
   writeable = yes
   invalid users = root
   create mask = 0770
   directory mask = 0770
   
[opsi_logs]
   available = yes
   comment = opsi logs share (ro)
   path = /var/log/opsi
   follow symlinks = yes
   writeable = no
   invalid users = root