domain logons

Andrew Galdes galdes at one.net.au
Wed Mar 28 04:19:52 GMT 2001


i have been trying for some time now (with various posts to lists) to have 
samba as a domain logon server. i require winMe mahcines to logon to the 
samba box. 

what works: winMe can browse the shares when smba is set to share security

what doesnt work: when set to user security, winMe cant find the domain 
controller.

what are some thigns to check?  below is my smb.conf file:

# Global parameters
   [global]
           netbios name = ANDREW
           server string = Samba Server %v
           security = USER
           encrypt passwords = Yes
           update encrypted = Yes
           log file = /var/log/samba/log.%m
           max log size = 50
           socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
           printcap name = lpstat
           preferred master = Yes
           domain master = Yes
           dns proxy = No
           wins support = Yes
           guest account = 
           hosts allow = 192.168.0.
           printing = cups
           print command = /usr/bin/lp -d%p -oraw %s; rm %s
           lpq command = /usr/bin/lpstat -o%p
           lprm command = /usr/bin/cancel %p-%j
           queuepause command = /usr/bin/disable %p
           queueresume command = /usr/bin/enable %p

   [homes]
           comment = Home Directories
           writeable = Yes
           browseable = No

   [public]
           path = /home/public
           writeable = Yes
           guest ok = Yes

   [windows]
           path = /mnt/windows
           writeable = Yes
           guest ok = Yes




More information about the samba mailing list