Displaying 3 results from an estimated 3 matches for "share_b".
Did you mean:
share_a
2019 Feb 19
2
Reloading smbd session process group membership cache
...drwxrwxr-x root group_a a
*/etc/group:*
group_a:*:2000:user
Now, a client mounts *share_a* as *dude* and has R/W access to it via his
*group_a* group membership.
Then, without unmounting the share, we add another share and HUP smbd.
*smb.conf: *
[share_a]
path = /mnt/share_a
valid users = dude
[share_b]
path = /mnt/share_b
valid users = dude
*ls -l /mnt:*
drwxrwxr-x root group_a share_a
drwxrwxr-x root group_b share_b
*/etc/group:*
group_a:*:2000:user
group_b:*:2000:user
Now, the same client is able to mount the new share, but can't write to it
since to its cached knowledge, *dude* is not...
2019 Feb 22
0
Reloading smbd session process group membership cache
...:user
>
> Now, a client mounts *share_a* as *dude* and has R/W access to it via his
> *group_a* group membership.
> Then, without unmounting the share, we add another share and HUP smbd.
>
> *smb.conf: *
> [share_a]
> path = /mnt/share_a
> valid users = dude
>
> [share_b]
> path = /mnt/share_b
> valid users = dude
>
> *ls -l /mnt:*
> drwxrwxr-x root group_a share_a
> drwxrwxr-x root group_b share_b
>
> */etc/group:*
> group_a:*:2000:user
> group_b:*:2000:user
>
> Now, the same client is able to mount the new share, but can'...
2019 Feb 22
1
Reloading smbd session process group membership cache
...e_a* as *dude* and has R/W access to it via his
> > *group_a* group membership.
> > Then, without unmounting the share, we add another share and HUP smbd.
> >
> > *smb.conf: *
> > [share_a]
> > path = /mnt/share_a
> > valid users = dude
> >
> > [share_b]
> > path = /mnt/share_b
> > valid users = dude
> >
> > *ls -l /mnt:*
> > drwxrwxr-x root group_a share_a
> > drwxrwxr-x root group_b share_b
> >
> > */etc/group:*
> > group_a:*:2000:user
> > group_b:*:2000:user
> >
> > Now, th...