Help!

Nishiyama, Jason J JJNishiyama at Email.cbe.ab.ca
Thu Apr 19 22:06:07 GMT 2001


I'm having a problem getting my samba server working properly as a domain
login server.  Whenever I try to login from a W95 client, I keep getting the
error message "incorrect parameter".  As far as I can tell, the workgroup
name and the server name are different.  I have included the HOSTNAME file
as well as the hosts file below in case I have erroneously called the
something the same.  Any help would be greatly appreciated.

My smb.conf file:

*begin*
[global]

   workgroup = School
   server string = AADAC Samba Server
   hosts allow = 10. 127.
   load printers = yes
   log file = /var/log/samba.%m
   max log size = 50
   security = user
  encrypt passwords = no
   socket options = TCP_NODELAY 
   local master = yes
   os level = 65
   domain master = yes 
   preferred master = yes
   domain logons = yes
   logon script = \\%L\home\netlogon\logon.bat
   logon path = \\%L\Profiles\%U
   logon home = \\%L\home\%U\Profiles
   wins support = yes
   dns proxy = no 
  time server = yes

[homes]
   comment = Home Directories
   browseable = no
   writable = yes

 [netlogon]
   comment = Network Logon Service
   path = /home/netlogon
   guest ok = no
   writable = no
   browseable = no

[Profiles]
    path = /Profiles
    browseable = yes
    guest ok = yes


*end*

my "hosts" file:

*begin*

# For loopbacking.
127.0.0.1	localhost

10.1.1.1		aadac.ab.ca aadac
10.1.1.2            aadac.ab.ca office

# End of hosts.

*end*

and my "HOSTNAME" file

*begin*

aadac.ab.ca

*end*






More information about the samba-ntdom mailing list