One old, one new (rather long)

Lonnie J. Borntreger lonnie at borntreger.com
Fri Jul 16 06:41:42 GMT 1999


> Luke Kenneth Casson Leighton
> > [1999/07/15 02:38:40, 10] lib/util.c:dump_data(2990)
> >   [000] 00 00 57 48 4E 45 54 00  57 69 6E 64 6F 77 73 20
> ..WHNET. Windows
> >   [010] 34 2E 30 00 57 69 6E 64  6F 77 73 20 34 2E 30 00
> 4.0.Wind ows 4.0.
> > [1999/07/15 02:38:40, 3] smbd/process.c:switch_message(402)
> >   switch message SMBsesssetupX (pid 4104)
> > [1999/07/15 02:38:40, 3] smbd/reply.c:reply_sesssetup_and_X(640)
> >   Domain=[]  NativeOS=[WHNET] NativeLanMan=[Windows 4.0]
> > [1999/07/15 02:38:40, 3] smbd/reply.c:reply_sesssetup_and_X(643)
> >   sesssetupX:name=[]
>
> please download latest cvs, see if win95 now works.  thx!

I did.  It now always sets the information properly.  Thanks, that's one
down.

However, the server/user manager tools from Win95 still say they can't find
the PDC, and the Samba server shows up in server manager as "Windows NT
Backup".  Must be I'm setting something wrong.  I included my smb.conf.
(Maybe it's related to the unix->nt uid mis-match bug.)

Lonnie Borntreger

[global]
; SERVER SETTINGS
        log level = 20
        hosts allow = 10. 127.
        interfaces = 10.0.0.7/255.255.255.0
        dont descend = /proc,/dev,/devices
        server string = Net Results (%v,%h)
        security = user
        lock directory = /usr/local/samba/var/locks
        dead time = 15
        max log size = 1000
        client code page = 850

; DOMAIN SETTINGS
        nt smb support = yes
        encrypt passwords = yes
        smbpasswd file = /usr/local/samba/private/smbpasswd
        domain group map = /usr/local/samba/lib/domaingroup.map
        builtin group map = /usr/local/samba/lib/domaingroup.map
        domain user map = /usr/local/samba/lib/domainuser.map
        null passwords = true
        domain logons = yes
        unix password sync = True
        passwd program = /usr/bin/passwd %u
        passwd chat = *password* %n\n *password* %n\n *successfull*
        workgroup = WHNET
        domain master = yes

; OTHER NETWORK SETTINGS
        name resolve order = lmhosts bcast host wins
        os level = 65
        preferred master = yes
        local master = yes
        wins support = yes
        socket options = TCP_NODELAY

; GLOBAL SERVICES SETTINGS
        guest account = guest
        hide dot files = no
        printable = no
        browseable = yes
        writable = yes
        preserve case = yes
        default case = lower
        create mask = 0777
        force create mode = 0
        directory mask = 0777
        force directory mode = 0

[services sections]



More information about the samba-ntdom mailing list