• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[GELÖST] SMB-Zugriff vom Mac auf Linux-Rechner - Passwort

A

Anonymous

Gast
Moin,

im Finder des MacBook wird mein Linux-Rechner angezeigt.
Klicke ich nun auf das Symbol, soll ich Benutznername
und Paßwort eingeben.
Geb ich hier nun meinen Linux Benutzernamen und das Paßwort ein,
kommt die Fehlermeldung:

Beim Verbinden mit dem Server „linux-dvpu“ ist ein Fehler aufgetreten. Überprüfen Sie den Servernamen oder die IP-Adresse und versuchen Sie es dann erneut.

Falls das Problem weiterhin besteht, wenden Sie sich an Ihren Systemadministrator.

Mit root oder Gastanmeldung kommt die gleiche Meldung.

Umgekehrt kann ich ohne Probleme auf dem Mac zugreifen.

Das ganze läuft über SMB.

OS auf dem MB: Snow Leopard 10.6.8

smb.conf:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2011-03-01
[global]
printcap name = cups
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
domain master = No
passdb backend = smbpasswd
wins support = Yes
security = domain
winbind gid = 10000-20000
winbind uid = 10000-20000
usershare max shares = 100

[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes

[profiles]
comment = Network Profiles Service
path = %H/
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
guest ok = yes

[users]
comment = All users
path = /home/
read only = no
inherit acls = yes
veto files = /aquota.user/groups/shares/
guest ok = yes

[groups]
comment = All groups
path = /home/groups/
read only = No
inherit acls = Yes
guest ok = yes

[printers]
comment = All Printers
path = /var/tmp/
printable = Yes
create mask = 0600
browseable = No
guest ok = yes
read only = no

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers/
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
guest ok = yes
read only = no

## Share disabled by YaST
# [netlogon]
# comment = Network Logon Service
# path = /var/lib/samba/netlogon/
# write list = root
# guest ok = yes
# read only = no

[BILDER]
path = /home/mhei/Bilder/
guest ok = yes
read only = no

[SDB1]
path = /home/mhei/sdb1/
guest ok = yes
read only = no

[FILME]
path = /home/mhei/sdb1/Filme/
guest ok = yes
read only = no

[BILDER2]
path = /home/mhei/sdb1/Bilder/
guest ok = yes
read only = no

[MHEI]
path = /home/mhei
guest ok = yes
read only = no

[/]
path = /
guest ok = yes
read only = no


Woran kann das wohl liegen ?
 
OP
A

Anonymous

Gast
Hast du einen Benutzer angelegt für samba auf dem Linux-Rechner?
Code:
smbpasswd -a USERNAME
 
OP
A

Anonymous

Gast
Ja, das habe ich gerade gemacht.

Habe das gleiche Passwort genommen, wie
für die Systemanmeldung.

Geht trotzdem nicht.
Auch nach rcsmb restart nicht.
 
OP
A

Anonymous

Gast
So, es funzt wieder .

Habe in der smb.conf "security" auf "user" und "encrypt passwords = Yes" gesetzt.

Besten Dank für Eure Hilfe !
 
Oben