Bug 213074

Summary: Update Handbook to include samba_server_enable for Samba4
Product: Documentation Reporter: stig <stig_nielsen>
Component: Books & ArticlesAssignee: Sevan Janiyan <sevan>
Status: Closed FIXED    
Severity: Affects Some People CC: kevlo, sevan
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Suggested patch for the handbook none

Description stig 2016-09-29 08:46:15 UTC
Created attachment 175260 [details]
Suggested patch for the handbook

The Handbook has not been updated with the startup script for Samba4 in /etc/rc.conf.

See /usr/ports/UPDATING 
20140420:
  AFFECTS: users of net/samba4
  AUTHOR: timur@FreeBSD.org

  Samba4 port now re-uses the same logic and startup script as Samba41. So,
  to get net/samba4 runing you need to rename samba4_enable in /etc/rc.conf
  to the samba_sever_enable.

  samba_server_enable="YES"

  Startup script tries it's best to guess which out of samba/nmbd/smbd/winbindd
  daemons have to be started, but you can fine tune this by specifying them in
  rc.conf, just make sure that samba_server_enable is enabled(see entry for 20121022).

Added a patch for the Handbook describing enabling the Samba4 server in /etc/rc.conf.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-14 01:47:50 UTC
A commit references this bug:

Author: kevlo
Date: Mon Nov 14 01:47:39 UTC 2016
New revision: 49666
URL: https://svnweb.freebsd.org/changeset/doc/49666

Log:
  Update Handbook to include samba_server_enable for Samba4.

  PR:	213074
  Submitted by:	Stig Nielsen <stig_nielsen@hotmail.com>

Changes:
  head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
Comment 2 Kevin Lo freebsd_committer freebsd_triage 2016-11-14 01:48:10 UTC
Committed, thanks.