?? Windows 2000

David Highley dhighley at highley-recommended.com
Fri Dec 21 08:01:11 GMT 2001


"Smith, Donna G wrote:"
> 
> 
> Is Samba compatible with Windows 2000?

Works for us and our customers. We do see lots of postings about
problems joining the domain. If you follow the
Samba-HOWTO-Collection.pdf and the DHCP-Server-Configuration.txt
it should work. Start with a minimal smb.conf configuration file and
build up to what you finally need is also a good plan. Here for example
is one of our smb.conf files:

# Samba config file created using SWAT
# from spruce.highley-recommended.com (10.2.2.2)
# Date: 2001/10/20 10:59:39

# Global parameters
[global]
	workgroup = RECOMMENDED
	netbios name = SPRUCE
	server string = Samba %v on (%L)
	encrypt passwords = Yes
	password server = *
	username map = /usr/local/samba/lib/users.map
	log file = /usr/local/samba/var/log.%m
	max log size = 50
	time server = Yes
	max open files = 1000
	domain admin group = @Administrators
	logon drive = H:
	preferred master = False
	local master = No
	dns proxy = No
	wins server = 10.2.2.3
	NIS homedir = Yes
	invalid users = daemon bin sys adm lp uucp nuucp listen noaccess lnman lmxadmin lmxguest lmworld ppp
	create mask = 0644

[homes]
	comment = Home Directories
	read only = No
	browseable = No
	oplocks = No
	level2 oplocks = No

[ccase_rls]
	comment = ClearCase Releases
	path = /usr/local/ccase_rls
	write list = @vob
	read only = No
	guest ok = Yes

[vobs]
	comment = ClearCase VOB and View Storage
	path = /vobs
	read list = @vob, @staff
	write list = @vob, @staff
	read only = No
	guest ok = Yes
	oplocks = No
	level2 oplocks = No

[ClearCase]
	comment = ClearCase VOB and View Storage
	path = /ClearCase
	read list = @vob, @staff
	write list = @vob, @staff
	read only = No
	guest ok = Yes
	oplocks = No
	level2 oplocks = No

[www]
	comment = ClearCase Releases
	path = /outside/www
	write list = dhighley
	read only = No
	guest ok = Yes
	oplocks = No
	level2 oplocks = No

[netlogon]
	comment = Network Logon Service
	path = /usr/local/samba/netlogon
	browseable = No

[profiles]
	comment = User profiles
	path = /usr/local/samba/profiles
	read only = No
	create mask = 0600
	directory mask = 0700
	browseable = No

[printers]
	comment = All Printers
	path = /usr/spool/samba
	printable = Yes
	browseable = No

> 
> Donna Smith
> Lockheed Martin
> 703-453-3208
> 
> 
> 


-- 


Regards,

David Highley		      Phone: (206) 669-0081
Highley Recommended, Inc.	FAX: (253) 838-8509
2927 SW 339th Street	      Email: dhighley at highley-recommended.com
Federal Way, WA 98023-7732	WEB: http://www.highley-recommended.com





More information about the samba-ntdom mailing list