Win9x and NT mix

Andrea Zolnhofer & Michael Ott ZolnOtt at t-online.de
Tue Sep 5 20:19:41 GMT 2000


Hallo Rene!

I have both System and no problems

I write at the end of global path:
include = /usr/local/samba/lib/%a.conf

I have two more conf-files. One called WinNT.conf and the other
Win95.conf
And in both of them i wrote the espacially configuration for both
system.

I hope, that i can help you

Michael

"WEVER, RENE (SBCSI)" wrote:
> 
> I just began using Samba on our server, and have set it up for the users to
> Authenticate against an NT server.
> 
> NT Workstation users have no problem Mapping the directories I have set up
> in smb.conf; however the Windows 98 users are not able to see or map the
> directories.  Anything I should be watching out for?
> 
> <<<< Samba 2.0.7
> dns proxy = yes
> security = server
> password server = ntsrvr
> os level = 30
> wins server = {ntsrvr's IP-Address}
> win proxy = yes
> >>>>
> 
>         -Rene
>         Rene.Wever at sbc.com
-------------- next part --------------
; win95.conf:
; 000510
; Zusatz zu smb.conf
;
; globale Einstellungen
	logon script = logon_win9x.bat
	printer driver file = /usr/local/samba/lib/printers.def
[netlogon]
	path = /home/logon
	writable = no
	public = no	
	locking = no
[epsty800]
	comment = Epson Stylus 800
	printable = yes	
	;writable = no
	printer = lp
	public = no	
	path = /var/spool/samba
	printer driver location = \\%L\amtek\druckertreiber
	printer driver = Epson Stylus 800 ESC/P 2
	valid users = @zolnott 
;
; Ende Win95.conf
-------------- next part --------------
; WinNT.conf:
; 000515
; Zusatz zu smb.conf
;
; globale Einstellungen
	logon script = logon_winNT.bat
	logon drive = H:
	logon home = \\%N\%U
[netlogon]
	path = /home/logon
	writable = no
	public = no	
	locking = no
[epsty800]
	comment = Epson Stylus 800
	printable = yes	
	writable = no
	printer = lp
	public = no	
	path = /var/spool/samba
	valid users = @zolnott 
;
; Ende WinNT.conf
-------------- next part --------------
echo off
echo Starten des Zeitservers
net time \\laptop /set /yes
echo Verbinden mit Home-Verzeichnis...
net use h: \\laptop\homes
echo Verbinden mit Download-Verzeichnis...
net use i: \\laptop\download
echo Verbinden mit CD-ROM...
net use r: \\laptop\cd-rom
pause
-------------- next part --------------
@echo off
echo *******************************************************
echo *    Willkommen in der Samba-gesteuerten NT-D?mane    *
echo *            der Familie Zolnhofer und Ott            *
echo *                 Author: Michael Ott                 *
echo *******************************************************
pause
echo Starten des Zeitservers
net time \\laptop /set /yes
echo Verbinden mit Home-Verzeichnis...
net use h: \\laptop\homes
echo Verbinden mit Download-Verzeichnis...
net use i: \\laptop\download
echo Verbinden mit CD-ROM...
net use r: \\laptop\cd-rom


More information about the samba-ntdom mailing list