From: Don Gould <[email protected]> Date: Mon, 16 May 2011 20:57:43 +1200
On 14/05/2011 9:25 p.m., Don Gould wrote: > Hi Team, > > I'm looking for a bit of help to push out an idea... don't know if > what I'm thinking is even possible so advice and feedback would be great. > > CONCEPT > > I want to create a shared folder for all users on a subnet that has a > defined amount of space they can use. > > So, all the users in 192.168.2.0/24 can see /homes/subnet2space/ as > \\myserver\whatever\ > > Users connected to 192.168.3.0/24 will see /homes/subnet3space/ as > \\myserver\whatever\ > > ...and so on... Have you already tried expand_msdfs module? For example ... Setting smb.conf ----- [whatever] ... path = /some/where vfs objects = expand_msdfs ----- Creating /some/where2/whatever.map ----- 192.168.1 subnet1space 192.168.2 subnet2space ... ----- Creating DFS link: ----- # ln -s msdfs:myserver\\@/some/where2/whatever.map@ share ----- Please look at source3/modules/vfs_expand_msdfs.c, BUG#5998 and BUG#7779 for the detail. --- TAKAHASHI Motonobu <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
