[Samba] Samba-2.2.3a and Win95?

Gunther Hess -EDV- ghess at elmos.de
Mon Feb 25 07:52:59 GMT 2002


Hi out there again,
                   i just installed Samba-2.2.3a as a PDC
on a Solaris-Box (2.6) and encounter Problems with Windows95
Logons. log.nmbd says:

[2002/02/25 15:38:52, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
  process_logon_packet: Logon from 10.170.20.8: code = 0x0

And Windows95b states:

   Invalid parameter.

The mklogon-Script get's not invoked for win95-logion-attempts.

NT, 2k and XP work just fine and I am quite sure, that it is a problem
with this samba version, since the smb.conf was only slightly modified
from the working  2.0.6 / 2.2.2 PDC, nevertheless it's attached - please
excuse the few germ-comments.

Hopefully someone can help.

Regards
Gunther

-- 
Dr. Gunther Hess           Elmos Semiconductor AG
Tel.: ++49 +231 7549-520   Heinrich Hertz Str. 1
Fax:  ++49 +231 7549-109   D-44227 Dortmund
WWW: http://www.elmos.de   Opinions are strictly of my own
-------------- next part --------------
# $Id: smb.conf-devil,v 1.35 2002/01/09 19:36:56 ghess Exp $

[global]
   workgroup               = devil
   log file                = /var/samba/devil/log/%M.%m
   max log size            = 2500
;  socket options          = TCP_NODELAY
;  keep alive              = 10
   log level               = 1
   syslog                  = 1
   utmp                    = true
   utmp directory          = /var/adm
   lock directory          = /var/samba/devil/locks
   time server             = yes

   bind interfaces only    = true
   interfaces              = 127.0.0.1/8 \
			     192.168.18.19/32


   netbios name            = devil

   load printers           = false
   encrypt passwords       = Yes
   smb passwd file         = /var/samba/devil/private/smbpasswd
   security                = user

;  I would prefer, that this machine is not a domain-master-browser,
;  but it has to, since othewise it would not be accepted by some
;  windows clients as the PDC. So sorry. GHess 11-Jan-2002

   os level                = 64
   local master            = yes
   domain master           = yes
   domain admin group      = +winadmin
   preferred master        = yes

;  Nevertheless, we try to move (keep) the wins server to the real
;  fileserver with samba-2.2.2. GHess 11-Jan-2002

   wins server             = samba1
   wins support            = no
   wins proxy              = no

   default case            = lower
   preserve case           = false
   short preserve case     = false
   mangle case             = no
   case sensitive          = no

;  apparently it is better to disable oplocks, with 2.2.2 too.
;  GHess 11-Jan-2002

   oplocks                 = false

;  Es wird ein spezielle NIS-MAp f?r die Heimatverzeichnisse verwendet
   nis homedir             = true
   homedir map             = auto.devil

;  Dies ist der Anmelde-Server!
   domain logons           = yes

;  Derzeit genau Ein Logon-Script unter netlogon zu finden
   logon script            = %M.bat

;  Die Profiles liegen in den PC-Heimatverzeichnissen
;  W95, WfW use logon home
;  all use the sharename as Home-Directory
   logon drive             = Z:
   logon home              = \\%N\%U\profiles\%a
;  logon path is used by NT
   logon path              = \\%N\%U\profiles\%a

;  Der netlogon-Dienst muss fuer jedermann lesbar sein

[netlogon]
   comment                 = Network Logon Scripts
   path                    = /var/samba/netlogon
   guest ok                = Yes
   writable                = no
   browseable              = yes
   root preexec            = /var/samba/etc/mklogon.sh %U %M %a %N
   root preexec close      = true
   write list              = @winadmin


More information about the samba mailing list