[debian-edu-commits] r82041 - in branches/wheezy/debian-edu-config: debian etc/samba
schweer-guest at alioth.debian.org
schweer-guest at alioth.debian.org
Wed Aug 14 10:08:27 UTC 2013
Author: schweer-guest
Date: 2013-08-14 10:08:27 +0000 (Wed, 14 Aug 2013)
New Revision: 82041
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/etc/samba/smb-debian-edu.conf
Log:
Fix setting 'only user' in etc/samba/smb-debian-edu.conf, which is of
type boolean. (This works; but note that the option is reported as
deprecated when running testparm.)
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-08-14 06:32:24 UTC (rev 82040)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-08-14 10:08:27 UTC (rev 82041)
@@ -1,3 +1,11 @@
+debian-edu-config (1.712~svn82041) UNRELEASED; urgency=low
+
+ * Fix setting 'only user' in etc/samba/smb-debian-edu.conf, which is of
+ type boolean. (This works; but note that the option is reported as
+ deprecated when running testparm.)
+
+ -- Wolfgang Schweer <wschweer at arcor.de> Wed, 14 Aug 2013 11:55:44 +0200
+
debian-edu-config (1.712~svn82034) wheezy-test; urgency=low
[ Petter Reinholdtsen ]
Modified: branches/wheezy/debian-edu-config/etc/samba/smb-debian-edu.conf
===================================================================
--- branches/wheezy/debian-edu-config/etc/samba/smb-debian-edu.conf 2013-08-14 06:32:24 UTC (rev 82040)
+++ branches/wheezy/debian-edu-config/etc/samba/smb-debian-edu.conf 2013-08-14 10:08:27 UTC (rev 82041)
@@ -213,7 +213,7 @@
[homes]
valid users = %S
- only user = %S
+ only user = yes
comment = Home directories
browseable = no
writable = yes
More information about the debian-edu-commits
mailing list