openbsd-ports/net/samba/files
1998-05-04 04:10:39 +00:00
..
md5 Upgrade to samba-1.9.18p3 (old version no longer avail) 1998-03-14 22:05:22 +00:00
README.OpenBSD samba-1.9.18p4 port 1998-05-04 04:10:39 +00:00
smb.conf.default samba-1.9.18p4 port 1998-05-04 04:10:39 +00:00

If you want to use samba ports,

1. Copy /etc/samba/smb.conf.default to /etc/samba/smb.conf, and edit
   it.
2. Add startup commands to /etc/rc.local:
	if [ -x /usr/local/sbin/smbd -a -x /usr/local/sbin/nmbd ]
	then
		echo -n ' nmbd';	/usr/local/sbin/nmbd -D
		echo -n ' smbd';	/usr/local/sbin/smbd -D
	fi
3. Start samba (see commands above) or reboot.

See document files in /usr/local/share/doc/samba and example config files in
/usr/local/share/examples/samba for details.

OpenBSD Samba ports for localization and encrypt passwords support are no
longer provided because these supports have been integrated into the
original distribution since 1.9.18.  If you're Western European or Japanese
Windows users, please set "client code page" parameter in smb.conf (1.9.18
does not support Chinese Windows. If you want to use Chinese samba, please
use chinese/samba port).  See smb.conf.sample for details.  If you want to
use NT4+SP3 or Win95+updates clients, set "encrypt passwords" parameter to
yes and use smbpasswd [username] to use /etc/samba/smbpasswd for
authentication.

OpenBSD port created by Oleg Safiullin <form@vs.itam.nsc.ru>
	using FreeBSD port by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>