[debian-edu-commits] r82027 - in branches/wheezy/debian-edu-config: debian etc/samba

sunweaver at alioth.debian.org sunweaver at alioth.debian.org
Tue Aug 13 12:58:26 UTC 2013


Author: sunweaver
Date: 2013-08-13 12:58:25 +0000 (Tue, 13 Aug 2013)
New Revision: 82027

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/etc/samba/smb-debian-edu.conf
Log:
Disable the cross-home-dir access for users in Samba. (So now we
deny that User A can access home of user B if not restricted by file
permissions).

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-08-13 12:39:31 UTC (rev 82026)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-08-13 12:58:25 UTC (rev 82027)
@@ -8,6 +8,9 @@
   [ Mike Gabriel ]
   * Remove obsolete options from the main-server's smb(-debian-edu).conf
     file.
+  * Disable the cross-home-dir access for users in Samba. (So now we
+    deny that User A can access home of user B if not restricted by file
+    permissions).
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 12 Aug 2013 10:56:34 +0200
 

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-13 12:39:31 UTC (rev 82026)
+++ branches/wheezy/debian-edu-config/etc/samba/smb-debian-edu.conf	2013-08-13 12:58:25 UTC (rev 82027)
@@ -212,7 +212,8 @@
 #======================= Share Definitions =======================
 
 [homes]
-   invalid users = root Administrator
+   valid users = %S
+   only user = %S
    comment = Home directories
    browseable = no
    writable = yes




More information about the debian-edu-commits mailing list