[Samba] problems accessing samba-share with win xp (pro of course)

Lammersdorf, Lorenz Lorenz.Lammersdorf at Dresdner-Bank.com
Wed Aug 6 08:58:56 GMT 2003


hi all, 

we need to access a debian 3 /samba 3 beta 2 share from w2k-clients and
xp-clients. my "normal" workstation is working under w2k, if i try to
connect the share it works fine, no matter if i use my own workstation or a
workstation running win xp.
if someone who has a xp-machine as normal workstation tries to connect, the
connetion to the samba-share is refused, no matter, if he tries from his
xp-machine or my w2k-machine.
googeling for that problem i found that xp uses another way to encrypt
password, but this should be fixed since samba 2.2.x. 

any ideas??

thanks in advance

lorenz

my smb.conf:

# 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]
        log file = /var/log/samba/log.%m
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spas
sword:* %n\n .
        socket options = TCP_NODELAY
        wins server = 130.10.116.10
        encrypt passwords = true
        passwd program = /usr/bin/passwd %u
#add user script = /usr/sbin/pw adduser %u
#delete user script = /usr/sbin/pw deleteuser %u
        use spnego = no
        pam password change = yes
        server string = %h server (Samba %v)
        invalid users = root
        workgroup = ffzr1r
        os level = 2
        name resolve order = wins bcast
        security = domain
        syslog = 0
        preferred master = no
        panic action = /usr/share/samba/panic-action %d
        max log size = 1000
        password server = *
        netbios name = ffzx0sa3
        domain master = no
        preferred master = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind use default domain = yes
        winbind separator = /
        winbind uid = 10000-20000
        winbind gid = 10000-20000
        winbind enum users = yes
        winbind enum groups = yes
        template shell = /bin/false

        #template shell = /bin/bash
        template homedir = /home/%D/%u
[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

# 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

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   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

[adminstuff]
        comment = Administrations Freigabe
        writeable = yes
        delete readonly = yes
        directory mode = 777
        force directory mode = 777
        create mode = 777
        force create mode = 777
        path = /share
        valid users = @IT-Service_glb,f996299,r997693,f992849,r992849



More information about the samba mailing list