[Samba] Samba3 Win95 interoperability

J. Nyhuis cabal at u.washington.edu
Sun Jun 27 20:49:57 GMT 2004


	Greetings,

	I am trying to get samba3 to work well with W95.  The windows 95
box can see the samba server, but cannot authenticate (claims wrong
password) to get to any shares.  I know the smbpasswd is good as I can
authenticate and get to the shares using the same account and password on
a W2000 machine.  I suspect I am doing something wrong in the [global]
section of the samba server.
	Would one of you kind folks please take a look at my global
section and tell me what I am missing that's causing samba to reject the
W95 box accounts' attempts to authenticate? Do I need a "min protocol =
Win95" or something?
	Thanks much in advance.

#======================= Global Settings =====================================
[global]
        netbios name = shodan
        workgroup = CITADEL
        server string = File Server
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        local master = yes
        preferred master = yes
        os level = 1
        wins support = yes
        dns proxy = yes

#security options
        hosts allow = 192.168.13. 127.
        hosts deny = ALL
        interfaces = eth* lo
        bind interfaces only = yes
        security = user
        encrypt passwords = yes
        lanman auth = no
        smb passwd file = /etc/samba/smbpasswd
        unix password sync = Yes
        passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
        guest account = guest
        map to guest = bad user

#log options
        log file = /var/log/samba/log.%m
        log level = 3
        max log size = 50



	Thanks,

John H. Nyhuis
University of Washington
Desk: (206)-732-6148
cabal at u.washington.edu


More information about the samba mailing list