PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Ordner für Windows freigeben ohne Passwort?



TRex30M
24.02.08, 10:02
Hallo,

Zuerst: Ja ich habe Google benutzt, Ja ich habe zuerst versucht es nach anderen HowTo' s zu lösen.

Was will ich tun?

Ich möchte auf meinem Linux PC einen Ordner für einen Windows PC freigeben.

Was funktioniert bereits?

Zugriff (lesen, schreiben, ausführen) funktioniert vom Windows PC aus mittels Benutzername und Passwort.

Was brauche ich jetzt also noch?

Ich will nicht jedesmal Benutzername und Passwort eingeben sondern einfach nur auf den Ordner klicken (am Windows PC) und dann die Dateien hin und herschieben können.

Wie sieht meine smb.conf aktuell aus?

# 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: 2007-12-04
[global]
workgroup = MSHEIMNETZ
printing = cups
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:
usershare allow guests = Yes
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
domain master = No
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

[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/

[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

[share]
comment = Freigabeordner homeoffice
inherit acls = Yes
path = /home/kurt/share/
read only = No
guest ok = yes

Und was nun?

Hat jemand einen Hinweis für mich? Danke!

cane
24.02.08, 11:24
Doppelpost zu http://linuxforen.de/forums/showthread.php?t=248648

mfg
cane

TRex30M
24.02.08, 18:53
@cane

sorry aber beim ersten mal ist mein PC irgendwie hängengeblieben und ich dachte ich muss es nochmal posten.
Normal poste ich nur 1x meine Beiträge. ;-)
Danke fürs verlinken. :-)

Manoman
26.02.08, 10:30
suche nach "samba share ohne passwort"

TRex30M
26.02.08, 11:07
suche nach "samba share ohne passwort"


Danke für deinen Hinweis.
Das Problem wurde in der Zwischenzeit gelöst. (folge bitte dem Link oben)