[Samba] Multiple AD domains in linux

Kenneth Savoy kensavoy at nbnet.nb.ca
Tue Nov 25 18:28:06 GMT 2003


Is it possible to use more than one domain with winbind? My smb.conf file is below. can you put workgroup = domain1 domain2? Redhat 9 workstations

[global]
	workgroup = domain1
	netbios name = ST1071004
	server string = ST1071005
	security = DOMAIN
	password server = domain1 PDC
	log file = /var/log/samba/log.%m
	max log size = 50
	socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
	dns proxy = No
	wins server = wins1, wins2
	ldap ssl = no
	idmap uid = 10000-20000
	idmap gid = 10000-20000
	template shell = /bin/bash
	winbind separator = +

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

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




More information about the samba mailing list