[Pkg-samba-maint] r1245 - trunk/samba/debian
Christian Perrier
bubulle at alioth.debian.org
Sun Feb 11 10:54:02 CET 2007
Author: bubulle
Date: 2007-02-11 10:54:01 +0100 (Sun, 11 Feb 2007)
New Revision: 1245
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/smb.conf
Log:
Do not expose the Samba verison anymore (merge Ubuntu change)
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-02-06 04:02:08 UTC (rev 1244)
+++ trunk/samba/debian/changelog 2007-02-11 09:54:01 UTC (rev 1245)
@@ -1,3 +1,10 @@
+samba (3.0.24-3) UNRELEASED; urgency=low
+
+ * Merge some Ubuntu changes:
+ - do not expose the Samba version anymore
+
+ -- Christian Perrier <bubulle at debian.org> Sun, 11 Feb 2007 10:52:51 +0100
+
samba (3.0.24-2) unstable; urgency=low
* Re-upload with a proper .orig.tar.gz.
Modified: trunk/samba/debian/smb.conf
===================================================================
--- trunk/samba/debian/smb.conf 2007-02-06 04:02:08 UTC (rev 1244)
+++ trunk/samba/debian/smb.conf 2007-02-11 09:54:01 UTC (rev 1245)
@@ -27,7 +27,7 @@
workgroup = DEBIAN_FANS
# server string is the equivalent of the NT Description field
- server string = %h server (Samba %v)
+ server string = %h server
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
@@ -223,6 +223,11 @@
# create dirs. with group=rw permissions, set next parameter to 0775.
directory mask = 0700
+# Restrict access to home directories
+# to the one of the authenticated user
+# This might need tweaking when using external authentication schemes
+ valid users = %S
+
# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
More information about the Pkg-samba-maint
mailing list