Networking Forums

Networking Forums > Computer Networking > Linux Networking > samba question

Reply
Thread Tools Display Modes

samba question

 
 
Charly
Guest
Posts: n/a

 
      08-08-2005, 02:25 PM
Hi,
I have a samba server and 5 xp home clients.
Each client has a share:
xp1 has share1
xp2 has share 2 ....and so on.
Every share can be reached only with user identification and password.
xp1 can reach only share1, for example.
But the problem is that xp1 sees also all the other shares (even if he can't
enter). Is there a way to see only the share of the user that logged on ?

Thanks a lot
..


 
Reply With Quote
 
 
 
 
CL (dnoyeB) Gilbert
Guest
Posts: n/a

 
      08-09-2005, 03:40 AM
Charly wrote:
> Hi,
> I have a samba server and 5 xp home clients.
> Each client has a share:
> xp1 has share1
> xp2 has share 2 ....and so on.
> Every share can be reached only with user identification and password.
> xp1 can reach only share1, for example.
> But the problem is that xp1 sees also all the other shares (even if he can't
> enter). Is there a way to see only the share of the user that logged on ?
>
> Thanks a lot
> .
>
>


what do you mean only the share of the user that logged on? the shares
you see have to do with your own permissions, not anybody elses!?

--
Respectfully,


CL Gilbert
 
Reply With Quote
 
Charly
Guest
Posts: n/a

 
      08-09-2005, 09:14 AM

" <(E-Mail Removed)> ha scritto nel messaggio
news:2MydncUhILYkuGXfRVn-(E-Mail Removed)...
> Charly wrote:
>> Hi,
>> I have a samba server and 5 xp home clients.
>> Each client has a share:
>> xp1 has share1
>> xp2 has share 2 ....and so on.
>> Every share can be reached only with user identification and password.
>> xp1 can reach only share1, for example.
>> But the problem is that xp1 sees also all the other shares (even if he
>> can't enter). Is there a way to see only the share of the user that
>> logged on ?
>>
>> Thanks a lot
>> .

>
> what do you mean only the share of the user that logged on? the shares
> you see have to do with your own permissions, not anybody elses!?


exactly: I want to see only that share for which I have the permission
(there are other 100 shares with other users).
But even if I put in the share browsable = NO is does't work... can you help
me ???


 
Reply With Quote
 
Hans-Juergen Lange
Guest
Posts: n/a

 
      08-09-2005, 12:35 PM
Charly wrote:
> Hi,
> I have a samba server and 5 xp home clients.
> Each client has a share:
> xp1 has share1
> xp2 has share 2 ....and so on.
> Every share can be reached only with user identification and password.
> xp1 can reach only share1, for example.
> But the problem is that xp1 sees also all the other shares (even if he can't
> enter). Is there a way to see only the share of the user that logged on ?
>
> Thanks a lot
> .
>
>


Hi,

in smb.conf there is a section [homes]. Is there set
browseable = no. For my home network this works.
Maybe a user=.. with a list of the user which could use a specific
share help.

The manpage for smb.conf is huge but does explain all.

Is it possible to use swat to manage the samba server?

BR
Hans-Juergen Lange
 
Reply With Quote
 
Scott Lowe
Guest
Posts: n/a

 
      08-14-2005, 03:43 AM
On 2005-08-09 05:14:30 -0400, "Charly" <(E-Mail Removed)> said:

>
> " <(E-Mail Removed)> ha scritto nel messaggio
> news:2MydncUhILYkuGXfRVn-(E-Mail Removed)...
>> Charly wrote:
>>> Hi,
>>> I have a samba server and 5 xp home clients.
>>> Each client has a share:
>>> xp1 has share1
>>> xp2 has share 2 ....and so on.
>>> Every share can be reached only with user identification and password.
>>> xp1 can reach only share1, for example.
>>> But the problem is that xp1 sees also all the other shares (even if he
>>> can't enter). Is there a way to see only the share of the user that
>>> logged on ?
>>>
>>> Thanks a lot
>>> .

>>
>> what do you mean only the share of the user that logged on? the shares
>> you see have to do with your own permissions, not anybody elses!?

>
> exactly: I want to see only that share for which I have the permission
> (there are other 100 shares with other users).
> But even if I put in the share browsable = NO is does't work... can you
> help me ???
>

If I am understanding you correctly, you are looking for access-based
enumeration, i.e., when a user looks at the contents of a shared
folder, that user sees only those files and folders to which he or she
actually has permission to access.

This is functionality that Microsoft themselves only added to Windows
Server 2003 with SP1. AFAIK, Samba does not have this functionality.

--
Scott Lowe

 
Reply With Quote
 
CL (dnoyeB) Gilbert
Guest
Posts: n/a

 
      08-14-2005, 01:04 PM
Scott Lowe wrote:
> On 2005-08-09 05:14:30 -0400, "Charly" <(E-Mail Removed)> said:
>
>>
>> " <(E-Mail Removed)> ha scritto nel messaggio
>> news:2MydncUhILYkuGXfRVn-(E-Mail Removed)...
>>
>>> Charly wrote:
>>>
>>>> Hi,
>>>> I have a samba server and 5 xp home clients.
>>>> Each client has a share:
>>>> xp1 has share1
>>>> xp2 has share 2 ....and so on.
>>>> Every share can be reached only with user identification and password.
>>>> xp1 can reach only share1, for example.
>>>> But the problem is that xp1 sees also all the other shares (even if
>>>> he can't enter). Is there a way to see only the share of the user
>>>> that logged on ?
>>>>
>>>> Thanks a lot
>>>> .
>>>
>>>
>>> what do you mean only the share of the user that logged on? the
>>> shares you see have to do with your own permissions, not anybody elses!?

>>
>>
>> exactly: I want to see only that share for which I have the permission
>> (there are other 100 shares with other users).
>> But even if I put in the share browsable = NO is does't work... can
>> you help me ???
>>

> If I am understanding you correctly, you are looking for access-based
> enumeration, i.e., when a user looks at the contents of a shared folder,
> that user sees only those files and folders to which he or she actually
> has permission to access.
>
> This is functionality that Microsoft themselves only added to Windows
> Server 2003 with SP1. AFAIK, Samba does not have this functionality.
>


but she said 'shares' which is basically a shared directory i believe.
So I have to ask, are you seeing these shares in network neighborhood,
or mapped as drives on your local computer? Where do you want to hide
them, network neighborhood, or mapped drives?

--
Respectfully,


CL Gilbert
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
a question on samba bird Linux Networking 2 02-02-2005 01:45 PM
another samba question richard noel fell Linux Networking 2 01-16-2004 05:12 PM
Samba as a PDC question Clay Linux Networking 0 10-20-2003 07:15 AM
Samba question Roy Linux Networking 1 09-12-2003 12:52 AM
re: SAMBA question quantm Linux Networking 2 07-06-2003 12:26 PM



1 2 3 4 5 6 7 8 9 10 11