Hallo Leute.

Ich habe hier ein kleines Problem mit dem Samba Server! Ich m�chte mir
hier einen kleinen Linux (Vorzugshalber Debian) Server hinstellen. In
diesem Netzwerk h�ngt auch noch ein Rechner mit Windows XP Pro. Jetzt
m�chte ich dem User gerne eine Art Fileserver zu Verf�gung stellen. Ich
habe den Samba Server installiert. Jetzt sehe ich zumindest den Server
in der richtigen Arbeitsgruppe, aber wenn ich auf den Server drauf will,
dann bringt Windows mir folgende Fehlermeldung: 

"Auf \\Linuxserver kann nicht zugegriffen werden. Sie haben eventuell
keine Beechtigung, diese Netzwerkressource zu verwenden. Wenden Sie sich
an den Administrator des Servers, um herauszufinden, ob Sie �ber
Berechtigungen verf�gen.

Mit diesem Konto kann man sich nicht von diesem Computer aus anmelden."

Da ich ja selber der Administrator des Servers bin, kann ich mich auch
an keinen wenden. ;-) Ich hab' schon einiges mit der smb.conf probiert,
aber bis jetzt hat alles nicht funktioniert. :-( Ich selber bin in
Sachen Linux noch in den Anf�ngen. In den B�chern, die ich hab', steht
bisher auch nichts konkreteres drin. Vielleicht kann mir ja hier einer
helfen.

Gru�

Michael Pfaff

Meine smc.conf sieht bis jetzt folgendermassen aus:

#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
# $Id: smb.conf,v 1.2.4.6 2002/03/13 18:56:16 peloy Exp $
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which 
# are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentary and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not many any basic syntactic 
# errors. 
#

#======================= Global Settings =======================

[global]
        passwd program = /usr/bin/passwd %u
        auto services = Webserver
        dns proxy = no
        socket options = TCP_NODELAY
        invalid users = root
        max log size = 1000
        interfaces = eth0
        obey pam restrictions = yes
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n
        security = user
        server string = %h server (Samba %v)
        workgroup = Games
        syslog = 0
        netbios name = Linuxserver
        log file = /var/log/samba/log.%m
        guest account = nobody
        username map = /etc/samba/user.map
        default = Webserver

[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

# 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
create mode = 0750
# 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

# 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

[tmp]
    comment = Temporary file space
    path = /tmp
    read only = no
    public = yes
    
[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = yes
   writable = no
   create mode = 0700

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#       cdrom share is accesed. For this to work /etc/fstab must contain
#       an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#       is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom


[Webserver]
        comment = Webserver
        browseable = yes
        path = /var/www
        writable = yes
        public = yes
        
[public]
    comment = Public Stuff
    path = /home/public
    public = yes
    writable = yes
    printable = no
    write list = @staff



--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an