summaryrefslogtreecommitdiff
blob: a85f5b3ab20c40c1ec0480fb1bd8370fae0f7256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Samba smb service with ipv6 support (for samba3)
# Remember to stop samba service starting smbd before you activate this.
service microsoft-ds
{
	flags		= REUSE IPV6
	socket_type	= stream
	wait		= no
	user		= root
	server		= /usr/sbin/smbd
	log_on_failure	+= USERID
	disable		= yes
}