Re: [Samba] Multiple Filesystems on one path stmt in smb.conf

2007-02-01 Thread Sherwood Botsford

M Azer wrote:

can you hide symlinks from appearing to users with no access to certain
folders?
For example multi symlinks to IT, Fin, Marketing, Devel  all under the 
share

folder when a user from Devel group login the user will see the other 3
folders but won't have access to them. is there any way to hide those
folders based on permission?

Thanks


I don't think so.  But you can do it this way:

[devel]
   valid users = +devel
   path = /shares/devel

[IT]
  valid users = +itguys
  path = /shares/it

[Finance]
  valid users = +fin
  path = /shares/finance

...

Then

/shares/devel
  symlink to actual /export/devel folder
  symlink to other stuff devel needs to see.

/shares/IT
 symlink to /export/devel
 symlink to /export/IT
 symlink to /export/finance
 symlink to /export/marketing

/shares/finance
  symlink to /export/finance
  symlink to /export/marketing

...




--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Multiple Filesystems on one path stmt in smb.conf

2007-01-29 Thread M Azer

can you hide symlinks from appearing to users with no access to certain
folders?
For example multi symlinks to IT, Fin, Marketing, Devel  all under the share
folder when a user from Devel group login the user will see the other 3
folders but won't have access to them. is there any way to hide those
folders based on permission?

Thanks

On 1/27/07, John Drescher [EMAIL PROTECTED] wrote:


 What I did at my site was to share out a directory filled with
 symlinks.  These symlinks link to various actual directories on
 different filesystems.

I do this on my network and it works very well.

John
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba





--
Unless you try to do something beyond what you have already mastered, you
will never grow. Ronald E. Osborn
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Multiple Filesystems on one path stmt in smb.conf

2007-01-26 Thread Obukowicz
Can the path statement in the smb.conf contain two entries as in the  example 
below:
 
path = /u04/abcdef  /u03/xyz 
 
What I want to do is to essentially have 2 filesystems be part of one share  
so that the windows users would see all the sub-directories of filesystems  
/u04/abcdef and /u03/xyz 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Multiple Filesystems on one path stmt in smb.conf

2007-01-26 Thread Luis Daniel Lucio Quiroz
You can do that with DFS (i think its correct name, review Samba how to).  DFS 
let you to have share distributed.

Le vendredi 26 janvier 2007 14:37, [EMAIL PROTECTED] a écrit :
 Can the path statement in the smb.conf contain two entries as in the 
 example below:

 path = /u04/abcdef  /u03/xyz

 What I want to do is to essentially have 2 filesystems be part of one share
 so that the windows users would see all the sub-directories of filesystems
 /u04/abcdef and /u03/xyz
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Multiple Filesystems on one path stmt in smb.conf

2007-01-26 Thread Mike
On Fri, 26 Jan 2007 15:37:14 -0500 (EST), you wrote:

Can the path statement in the smb.conf contain two entries as in the  example 
below:
 
path = /u04/abcdef  /u03/xyz 
 
What I want to do is to essentially have 2 filesystems be part of one share  
so that the windows users would see all the sub-directories of filesystems  
/u04/abcdef and /u03/xyz 

What I did at my site was to share out a directory filled with
symlinks.  These symlinks link to various actual directories on
different filesystems.

L8r,
Mike

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Multiple Filesystems on one path stmt in smb.conf

2007-01-26 Thread John Drescher

What I did at my site was to share out a directory filled with
symlinks.  These symlinks link to various actual directories on
different filesystems.


I do this on my network and it works very well.

John
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba