[Pkg-samba-maint] r1489 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sat Aug 11 06:30:10 UTC 2007
Author: bubulle
Date: 2007-08-11 06:30:09 +0000 (Sat, 11 Aug 2007)
New Revision: 1489
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/smb.conf
Log:
Use Ubuntu wording for the comment (except that "valid users" is
commented for Ubuntu and not for us, of course, so the comment
is modified accordingly)
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-08-07 04:44:17 UTC (rev 1488)
+++ trunk/samba/debian/changelog 2007-08-11 06:30:09 UTC (rev 1489)
@@ -34,6 +34,8 @@
Patch from the Ubuntu samba packagers.
* debian/samba-common.templates: remove extra capitalization and unfuzzy
translations
+ * debian/smb.conf: use the comment from Ubuntu package for the "valid users"
+ setting of [homes] as a basis for ours. Ubuntu's wording is better.
[ Debconf translations ]
* Gujarati updated. Closes: #436215
Modified: trunk/samba/debian/smb.conf
===================================================================
--- trunk/samba/debian/smb.conf 2007-08-07 04:44:17 UTC (rev 1488)
+++ trunk/samba/debian/smb.conf 2007-08-11 06:30:09 UTC (rev 1489)
@@ -232,8 +232,10 @@
# 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
+# By default, \\server\username shares can be connected to by anyone
+# with access to the samba server.
+# The following parameter makes sure that only "username" can connect
+# to \\server\username
# This might need tweaking when using external authentication schemes
valid users = %S
More information about the Pkg-samba-maint
mailing list