Anzeige:
Ergebnis 1 bis 9 von 9

Thema: Ordner für Windows freigeben ohne Passwort?

  1. #1
    TRex30M
    Gast

    Ordner für Windows freigeben ohne Passwort?

    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 (openSUSE 10.3) einen Ordner für einen Windows PC (Windows XP SP2) freigeben.

    Was funktioniert bereits?

    Benutzer wurden mittels Befehl smbpasswd -a hinzugefügt

    Ordner wurde angelegt und über Yast--->Samba Server freigegeben
    Es wurde auch das Recht erteilt, dass User Ihre Ordner Freigeben dürfen.
    Es wurde auch die Gruppe users hinzugefügt.


    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.
    Im Moment verstehe ich überhaupt nicht warum das nicht funktioniert.

    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

    Hat jemand einen Hinweis für mich? Danke!
    Geändert von TRex30M (25.02.08 um 06:50 Uhr) Grund: GELÖST

  2. #2
    Registrierter Avatar von eule
    Registriert seit
    Mar 2000
    Ort
    Waierland
    Beiträge
    1.196
    Hast du auf beiden Systemen die gleichen User und die gleichen Passwoerter?
    Bist du auf Windows mit dem entsprechendem User angemeldet?
    Eule

  3. #3
    Registrierter Benutzer Avatar von basti1985
    Registriert seit
    Jan 2007
    Ort
    ~/@home
    Beiträge
    387
    das einfachste wäre wohl :
    Code:
    [GLOBAL]
    ...
    security = user
    ...
    [freigabe]
    ...
    guest ok = yes
    ...
    hinzuzufügen
    CPU: Athlon64 2GHz | RAM: 1024MB CL2 DDR | Grafik: GeForce 8400 GS dual-head (2x 19") |
    HDD:
    2x 160GB + 1x 250GB + 1x 320GB als RAID 1 bzw 5 | OS: Ubuntu 10.04 LTS mit aktuellem Kernel


    P.S. Bitte die Code-Tags hier benutzen

  4. #4
    TRex30M
    Gast
    Zitat Zitat von eule Beitrag anzeigen
    Hast du auf beiden Systemen die gleichen User und die gleichen Passwoerter?
    Bist du auf Windows mit dem entsprechendem User angemeldet?
    Hallo Eule,

    Danke für deine Antwort.
    Nein ich habe bei einem User nicht die gleichen Passwörter auf beiden Systemen. (aus Sicherheitsgründen).
    Ja ich bin unter Windows grundsätzlich mit dem entsprechenden User angemeldet.
    Nur eben ist das Passwort am Linux PC ein anderes als am Windows PC

  5. #5
    TRex30M
    Gast
    Zitat Zitat von basti1985 Beitrag anzeigen
    das einfachste wäre wohl :
    Code:
    [GLOBAL]
    ...
    security = user
    ...
    [freigabe]
    ...
    guest ok = yes
    ...
    hinzuzufügen
    Hallo Basti,

    danke für deine Antwort.
    werde das mal ausprobieren.
    Vielen Dank.
    Natürlich werde ich für die andere User noch posten ob es bei mir so funktioniert hat.
    Vielleichts hilft es ja auch noch jemand anderen.

  6. #6
    TRex30M
    Gast
    Zitat Zitat von basti1985 Beitrag anzeigen
    das einfachste wäre wohl :
    Code:
    [GLOBAL]
    ...
    security = user
    ...
    [freigabe]
    ...
    guest ok = yes
    ...
    hinzuzufügen

    Danke für Eure Tipps.
    Dein Tipp hat mir sehr geholfen.
    Entscheidend war dann aber der Hinweis von Eule die Ihren Namen echt verdient - sehr weise! ;-)
    Ich habe den Samba User nochmal mitttels smbpasswd -x gelöscht.
    Danach habe ich den User Local das gleiche Passwort verpasst wie am Windows PC.
    Dann wieder mittels smbpasswd -a angelegt.
    Und Voila schon muss ich keinen Benutzernamen u. kein Passwort mehr angeben.
    Wieder etwas gelernt würde ich sagen. :-) Vielen Danke für Eure Hilfe!
    Geändert von TRex30M (25.02.08 um 06:49 Uhr)

  7. #7
    Registrierter Benutzer Avatar von basti1985
    Registriert seit
    Jan 2007
    Ort
    ~/@home
    Beiträge
    387
    seltsam bei mir funktioniert das ...
    welche XP-version nutzt du ? (home/prof)
    wie konfiguriert du die smb.conf ??
    öffne die mal als root mit einem text-editor ... und prüfe die einstellungen ... (bei mir muckt yast mitunter rum)
    hast du den server neu gestartet ? (smb dienst -> als root rcsmb restart ?)
    ganz spartanisch würd ich es so versuchen
    Code:
    [global]
    workgroup = MSHEIMNETZ
    map to guest = Bad User
    include = /etc/samba/dhcp.conf  // wenn du keinen dhcp-server hast raus
    logon path = \\%L\profiles\.msprofile // raus wenn du home nicht remote brauchst
    logon home = \\%L\%U\.9xprofile // siehe oben (remote)
    logon drive = P: // siehe oben (remote)
    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 (kann eigentlich auch raus ... so viele freigaben hast du eh nicht ...)
    
    
    // raus wenn du es nicht brauchst
    [homes]
    comment = Home Directories
    valid users = %S, %D%w%S
    browseable = No
    read only = No
    inherit acls = Yes
    
    // raus wenn du es nicht brauchst (siehe remote profile)
    [profiles]
    comment = Network Profiles Service
    path = %H
    read only = No
    store dos attributes = Yes
    create mask = 0600
    directory mask = 0700
    
    // raus wenn du es nicht brauchst (siehe remote profile)
    [users]
    comment = All users
    path = /home
    read only = No
    inherit acls = Yes
    veto files = /aquota.user/groups/shares/
    
    // raus wenn du es nicht brauchst (siehe remote profile)
    [groups]
    comment = All groups
    path = /home/groups
    read only = No
    inherit acls = Yes
    
    // nutz du den als druckserver ? -- sonnst raus
    [printers]
    comment = All Printers
    path = /var/tmp
    printable = Yes
    create mask = 0600
    browseable = No
    
    // siehe druckserver
    [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
    p.s. [freigabe] aus meinem obrigen post solltest du durch [share] ersetzen
    CPU: Athlon64 2GHz | RAM: 1024MB CL2 DDR | Grafik: GeForce 8400 GS dual-head (2x 19") |
    HDD:
    2x 160GB + 1x 250GB + 1x 320GB als RAID 1 bzw 5 | OS: Ubuntu 10.04 LTS mit aktuellem Kernel


    P.S. Bitte die Code-Tags hier benutzen

  8. #8
    TRex30M
    Gast

    Thumbs up

    Zitat Zitat von basti1985 Beitrag anzeigen
    seltsam bei mir funktioniert das ...
    welche XP-version nutzt du ? (home/prof)
    wie konfiguriert du die smb.conf ??
    öffne die mal als root mit einem text-editor ... und prüfe die einstellungen ... (bei mir muckt yast mitunter rum)
    hast du den server neu gestartet ? (smb dienst -> als root rcsmb restart ?)
    ganz spartanisch würd ich es so versuchen
    Code:
    [global]
    workgroup = MSHEIMNETZ
    map to guest = Bad User
    include = /etc/samba/dhcp.conf  // wenn du keinen dhcp-server hast raus
    logon path = \\%L\profiles\.msprofile // raus wenn du home nicht remote brauchst
    logon home = \\%L\%U\.9xprofile // siehe oben (remote)
    logon drive = P: // siehe oben (remote)
    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 (kann eigentlich auch raus ... so viele freigaben hast du eh nicht ...)
    
    
    // raus wenn du es nicht brauchst
    [homes]
    comment = Home Directories
    valid users = %S, %D%w%S
    browseable = No
    read only = No
    inherit acls = Yes
    
    // raus wenn du es nicht brauchst (siehe remote profile)
    [profiles]
    comment = Network Profiles Service
    path = %H
    read only = No
    store dos attributes = Yes
    create mask = 0600
    directory mask = 0700
    
    // raus wenn du es nicht brauchst (siehe remote profile)
    [users]
    comment = All users
    path = /home
    read only = No
    inherit acls = Yes
    veto files = /aquota.user/groups/shares/
    
    // raus wenn du es nicht brauchst (siehe remote profile)
    [groups]
    comment = All groups
    path = /home/groups
    read only = No
    inherit acls = Yes
    
    // nutz du den als druckserver ? -- sonnst raus
    [printers]
    comment = All Printers
    path = /var/tmp
    printable = Yes
    create mask = 0600
    browseable = No
    
    // siehe druckserver
    [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
    p.s. [freigabe] aus meinem obrigen post solltest du durch [share] ersetzen
    Hallo,

    du hast dir ja richtig Arbeit mit meinem Problem gemacht. Vielen Dank für deine Mühe!
    In der Zwischenzeit funktioniert es mit dem User auch ohne Benutzernamen und Passwort um den Ordner zu nutzen.
    Ich habe es oben gepostet wie ich es ans Laufen bekommen habe.
    Jedenfalls echt klasse wie Linuxer anderen helfen. TOP!

  9. #9
    Registrierter Benutzer
    Registriert seit
    Sep 2001
    Ort
    BL
    Beiträge
    213
    Ich habe mich jetzt durch einige Beitraege gelesen aber werde irgendwie nicht fuendig, bzw nichts hilft. Evtl. sieht ja einer von euch meinen Fehler hier.

    Hier ist meine config:

    Code:
    #======================= Global Settings =======================
    
    [global]
    	log file = /var/log/samba/log.%m
    	passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
    	socket options = TCP_NODELAY
    	obey pam restrictions = yes
    	null passwords = yes
    	encrypt passwords = yes
    	public = yes
    	passdb backend = tdbsam
    	passwd program = /usr/bin/passwd %u
    	wins support = no
    	dns proxy = no
    	delete readonly = yes
    	server string = %h server
    	invalid users = root
    	path = /home/shared
    	workgroup = olympus
    	comment = Odin
    	syslog = 0
    	security = user
    	panic action = /usr/share/samba/panic-action %d
    	max log size = 1000
    
    ## Browsing/Identification ###
    
    # Change this to the workgroup/NT-domain name your Samba server will part of
    
    # server string is the equivalent of the NT Description field
    
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable its WINS Server
    ;   wins support = no
    
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ;   wins server = w.x.y.z
    
    # This will prevent nmbd to search for NetBIOS names through DNS.
    
    # What naming service and in what order should we use to resolve host names
    # to IP addresses
    ;   name resolve order = lmhosts host wins bcast
    
    #### Networking ####
    
    # The specific set of interfaces / networks to bind to
    # This can be either the interface name or an IP address/netmask;
    # interface names are normally preferred
    ;   interfaces = 127.0.0.0/8 eth0
    
    # Only bind to the named interfaces and/or networks; you must use the
    # 'interfaces' option above to use this.
    # It is recommended that you enable this feature if your Samba machine is
    # not protected by a firewall or is a firewall itself.  However, this
    # option cannot handle dynamic or non-broadcast interfaces correctly.
    ;   bind interfaces only = true
    
    
    
    #### Debugging/Accounting ####
    
    # This tells Samba to use a separate log file for each machine
    # that connects
    
    # Put a capping on the size of the log files (in Kb).
    
    # If you want Samba to only log through syslog then set the following
    # parameter to 'yes'.
    ;   syslog only = no
    
    # We want Samba to log a minimum amount of information to syslog. Everything
    # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
    # through syslog you should set the following parameter to something higher.
    
    # Do something sensible when Samba crashes: mail the admin a backtrace
    
    
    ####### Authentication #######
    
    # "security = user" is always a good idea. This will require a Unix account
    # in this server for every user accessing the server. See
    # /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
    # in the samba-doc package for details.
    
    # You may wish to use password encryption.  See the section on
    # 'encrypt passwords' in the smb.conf(5) manpage before enabling.
    #   encrypt passwords = true
    
    # If you are using encrypted passwords, Samba will need to know what
    # password database type you are using.  
    
    
    ;   guest account = nobody
    
    # This boolean parameter controls whether Samba attempts to sync the Unix
    # password with the SMB password when the encrypted SMB password in the
    # passdb is changed.
    ;   unix password sync = no
    
    # For Unix password sync to work on a Debian GNU/Linux system, the following
    # parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
    # sending the correct chat script for the passwd program in Debian Sarge).
    
    # This boolean controls whether PAM will be used for password changes
    # when requested by an SMB client instead of the program listed in
    # 'passwd program'. The default is 'no'.
    ;   pam password change = no
    
    ########## Domains ###########
    
    # Is this machine able to authenticate users. Both PDC and BDC
    # must have this setting enabled. If you are the BDC you must
    # change the 'domain master' setting to no
    #
    ;   domain logons = yes
    #
    # The following setting only takes effect if 'domain logons' is set
    # It specifies the location of the user's profile directory
    # from the client point of view)
    # The following required a [profiles] share to be setup on the
    # samba server (see below)
    ;   logon path = \\%N\profiles\%U
    # Another common choice is storing the profile in the user's home directory
    ;   logon path = \\%N\%U\profile
    
    # The following setting only takes effect if 'domain logons' is set
    # It specifies the location of a user's home directory (from the client
    # point of view)
    ;   logon drive = H:
    ;   logon home = \\%N\%U
    
    # The following setting only takes effect if 'domain logons' is set
    # It specifies the script to run during logon. The script must be stored
    # in the [netlogon] share
    # NOTE: Must be store in 'DOS' file format convention
    ;   logon script = logon.cmd
    
    # This allows Unix users to be created on the domain controller via the SAMR
    # RPC pipe.  The example command creates a user account with a disabled Unix
    # password; please adapt to your needs
    ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
    
    ############ Misc ############
    
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting
    #   include = /home/samba/etc/smb.conf.%m
    
    # Most people will find that this option gives better performance.
    # See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/speed.html
    # for details
    # You may want to add the following on a Linux system:
    #         SO_RCVBUF=8192 SO_SNDBUF=8192
    
    # The following parameter is useful only if you have the linpopup package
    # installed. The samba maintainer and the linpopup maintainer are
    # working to ease installation and configuration of linpopup and samba.
    ;   message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
    
    # Domain Master specifies Samba to be the Domain Master Browser. If this
    # machine will be configured as a BDC (a secondary logon server), you
    # must set this to 'no'; otherwise, the default behavior is recommended.
    ;   domain master = auto
    
    # Some defaults for winbind (make sure you're not using the ranges
    # for something else.)
    ;   idmap uid = 10000-20000
    ;   idmap gid = 10000-20000
    ;   template shell = /bin/bash
    ;
    ; The following was the default behaviour in sarge
    ; but samba upstream reverted the default because it might induce
    ; performance issues in large organizations
    ; See #368251 for some of the consequences of *not* having
    ; this setting and smb.conf(5) for all details
    ;
    ;   winbind enum groups = yes
    ;   winbind enum users = yes
    
    #======================= Share Definitions =======================
    
    [homes]
       comment = Home Directories
       browseable = no
    
    # By default, the home directories are exported read-only. Change next
    # parameter to 'yes' if you want to be able to write to them.
    #   writable = no
    writable = yes
    
    
    
    # File creation mask is set to 0700 for security reasons. If you want to
    # create files with group=rw permissions, set next parameter to 0775.
       create mask = 0700
    
    # Directory creation mask is set to 0700 for security reasons. If you want to
    # create dirs. with group=rw permissions, set next parameter to 0775.
       directory mask = 0700
    
    # Restrict access to home directories 
    # to the one of the authenticated user
    # This might need tweaking when using external authentication schemes
       valid users = %S
    
    # Un-comment the following and create the netlogon directory for Domain Logons
    # (you need to configure Samba to act as a domain controller too.)
    ;[netlogon]
    ;   comment = Network Logon Service
    ;   path = /home/samba/netlogon
    guest ok = yes
    ;   writable = no
    ;   share modes = no
    
    # Un-comment the following and create the profiles directory to store
    # users profiles (see the "logon path" option above)
    # (you need to configure Samba to act as a domain controller too.)
    # The path below should be writable by all users so that their
    # profile directory may be created the first time they log on
    ;[profiles]
    ;   comment = Users profiles
    ;   path = /home/samba/profiles
    ;   guest ok = no
    ;   browseable = no
    ;   create mask = 0600
    ;   directory mask = 0700
    
    
    
    [odin]
    path = /home/shared
    available = yes
    browseable = yes
    public = yes
    writable = yes
    guest = ok
    read only = no
    Hoffe einer von euch kann mir hier helfen. Vielen Dank schonmal!

Ähnliche Themen

  1. Ordner für Windows freigeben ohne Passwort?
    Von TRex30M im Forum Linux in heterogenen Netzen
    Antworten: 4
    Letzter Beitrag: 26.02.08, 11:07
  2. suse 9.3 - windows 98 - samba - passwort ist falsch
    Von Knusper im Forum Linux in heterogenen Netzen
    Antworten: 3
    Letzter Beitrag: 02.11.05, 19:54
  3. Samba - Ordner für bestimmte Personen freigeben
    Von Stiftmaster im Forum Linux in heterogenen Netzen
    Antworten: 9
    Letzter Beitrag: 24.06.03, 07:22
  4. samba: ordner freigeben
    Von Stiftmaster im Forum Linux in heterogenen Netzen
    Antworten: 14
    Letzter Beitrag: 18.10.02, 11:59
  5. Windows NT Server Passwort
    Von christus im Forum Meldungen und Mitglieder
    Antworten: 5
    Letzter Beitrag: 04.09.02, 10:03

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •