PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Suse 9.3 und Samba:



Maduski
03.08.05, 14:16
Hallo zusammen!

Im Anhang meine smb.conf.

Ich habe einen Sambaserver mit den Standardeinstellungen eingerichtet.

Ich wollte das komplette Homeverzeichnis freigeben. Das habe ich auch gemacht und den "Read-Only" Modus NICHT aktiviert.

Mit Rechtsklick -> Eigenschaften -> Freigabe habe ich beim Homeordner "öffentlich" und "schreibbar" angewählt. Nun sehe ich den Homeordner von meinen Windowsclients aus und kann auch lesen und Verzeichnisse wechseln aber von meinen Windowsclients kann ich nichts rüberkopieren.

Sorry, bin ein n00b auf dem Gebiet.

Bin für jede Hilfe dankbar!


# 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: 2005-03-22
[global]
workgroup = LOCALNET
printcap name = cups
printcap cache time = 750
cups options = raw
printer admin = @ntadmin, root, administrator
username map = /etc/samba/smbusers
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
domain logons = Yes
domain master = Yes
os level = 65
preferred master = Yes

[homes]
comment = Home Directories
valid users = %S
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

[jsmith_home]
comment = All users
path = /home/
read only = no
inherit acls = yes
veto files = /aquota.user/groups/shares/
guest ok = yes
case sensitive = no
msdfs proxy = no
hide dot files = no
inherit permissions = yes
delete readonly = yes

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

[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

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

[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
write list = root

EDIT: Meine Logdatei


[2005/08/03 15:29:32, 1] libsmb/clispnego.c:parse_negTokenTarg(251)
Failed to parse negTokenTarg at offset 21
[2005/08/03 15:29:32, 1] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(593)
Unknown packet in reply_sesssetup_and_X_spnego
[2005/08/03 15:29:33, 1] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(593)
Unknown packet in reply_sesssetup_and_X_spnego
[2005/08/03 15:29:33, 1] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(593)
Unknown packet in reply_sesssetup_and_X_spnego
[2005/08/03 15:29:33, 1] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(593)
Unknown packet in reply_sesssetup_and_X_spnego
[2005/08/03 15:30:42, 1] smbd/service.c:make_connection_snum(642)
juergenpc (192.168.0.10) connect to service jsmith_home initially as user nobody (uid=65534, gid=65533) (pid 7216)

Maduski
03.08.05, 15:26
Sorry ich habe gerade gesehen, dass das Post eigentlich in das Subforum "Linux in heterogenen Netzen" müsste wg. Samba.

Bitte ein Mod verschieben, danke!