Bug 13633

Summary: Better location for samba's private directory
Product: Ports & Packages Reporter: Andre Albsmeier <Andre.Albsmeier>
Component: Individual Port(s)Assignee: hosokawa <hosokawa>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Andre Albsmeier 1999-09-08 07:30:01 UTC
The samba ports creates a directory /usr/local/private for some
secret files.I personally think this is quite ugly and we might
choose to change this to /usr/local/etc/samba. (Patch 1).

The directory is mode 700 because the secret smbpasswd file with
the encrypted passwords lies there. The smbpasswd file itself is
mode 600 which does the same kind of protection. So another approach
would be to remove the private directory completely and put the affected
stuff into /usr/local/etc as well. That's what I use here. (Patch 2)

Fix: Patch 1:

Patch 2:
How-To-Repeat: 
ls -l /usr/local		:-)
Comment 1 sada freebsd_committer freebsd_triage 1999-12-25 17:35:37 UTC
Responsible Changed
From-To: freebsd-ports->hosokawa

Over to the maintainer. 

Comment 2 Andre Albsmeier 2000-04-09 16:15:00 UTC
Please close this PR, thanks,

	-Andre
Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-11 11:29:04 UTC
State Changed
From-To: open->closed

Closed as per the originator's request.