Domain Logon using samba

Cristina Moreira Nunes nunes at mozart.ulbra.tche.br
Thu Sep 23 12:40:10 GMT 1999


Hello,

I have installed samba in a machine with Linux (Suse 6.1), and I configured it
to be a domain master. 

Then I change the domain of Windows 98 to the same of samba.
I created a count to this machine in /etc/passwd and I used smbpasswd to put a
password. My username is in /etc/smbpasswd too.

When I go logon at Windows, I receive this message:
  "Invalid Parameter"

Could you help me?

Thanks in advance,

Cristina Nunes
nunes at mozart.ulbra.tche.br

----------------------------------------

The /var/log/samba-log.nmb is:
[1999/09/16 11:20:51, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
  process_logon_packet: Logon from 200.19.140.190: code = 0
[1999/09/16 11:22:30, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
  process_logon_packet: Logon from 200.19.140.190: code = 0
[1999/09/16 11:36:46, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
  process_logon_packet: Logon from 200.19.140.190: code = 0

The smb.conf:
[global]
   workgroup = MOZART
   server string = mozart
   guest account = nobody
   os level = 65 
   security = user
   preferred master = yes
   debug level = 20
   encrypt passwords = yes
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes
   log file = /var/log/samba-log.%m
   max log size = 50
   dns proxy = No
   hosts allow = 200.19.140.0/255.255.255.0, localhost, 200.18.75.0/255.255.255.0
   local master = yes   
   interfaces = 200.18.75.37/255.255.255.0
   wins support = yes
   logon script = %U.bat
   domain logons = yes
   domain master = yes
   logon path = \\mozart\netlogon\%U
   logon home = "\\mozart\%U"

[netlogon]
   comment = Network Logon Service
   path = /usr/local/samba/netlogon\%U
   guest ok = yes
   writable = no
   share modes = no


More information about the samba-ntdom mailing list