Displaying 6 results from an estimated 6 matches for "share_as".
Did you mean:
share_a
2019 Feb 19
2
Reloading smbd session process group membership cache
So the problem is that smbd session processes will forever cache the POSIX
group memberships that the logged in user possesses. Consider a following
example:
*smb.conf: *
[share_a]
path = /mnt/a
valid users = dude
*ls -l /mnt:*
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,
2008 Mar 10
2
Share permissions
Hello all,
I have a SAMBA share called "share_a" and it is working fine (below is a
snapshot of it):
[share_a]
path = /shares/share_a
browseable = no
valid users = @group_a @group_b @group_c
write list = @group_a @group_b
read list = @group_c
create mode = 777
directory mode = 777
Inside this share there's a lot of sub-folders.
The problem is: How can I give to one of these
2019 Feb 22
0
Reloading smbd session process group membership cache
On Tue, Feb 19, 2019 at 06:13:09PM +0100, Eugene Pankov via samba wrote:
> So the problem is that smbd session processes will forever cache the POSIX
> group memberships that the logged in user possesses. Consider a following
> example:
>
> *smb.conf: *
> [share_a]
> path = /mnt/a
> valid users = dude
>
> *ls -l /mnt:*
> drwxrwxr-x root group_a a
>
>
2019 Feb 22
1
Reloading smbd session process group membership cache
Credentials are not changed - UID/GID/SID are still the same afterwards.
The user is simply being added to another group.
On Fri, Feb 22, 2019 at 5:58 PM Jeremy Allison <jra at samba.org> wrote:
> On Tue, Feb 19, 2019 at 06:13:09PM +0100, Eugene Pankov via samba wrote:
> > So the problem is that smbd session processes will forever cache the
> POSIX
> > group memberships
2008 Jun 25
0
Winbind AND local users AND local groups
I'm using samba 3.0.28 as distributed by SUN on solaris 10 x86_64 5_08.
Samba and kerberos are configured to authenticate to a domain, and
domain user authentication, and access to shares goes smoothly.
I need to limit access to the samba shares to a few select groups.
The problem is those groups aren't showing neither in getent groups
nor in wbinfo -g.
A conversation with the domain
2010 Oct 03
2
rspec-1.3.1.rc and rspec-rails-1.3.3.rc are released!
...eprecation_warnings!
* bug fixes
* QuitBacktraceTweaker no longer eats all paths with ''lib''
(Tim Harper - #912)
* Fix delegation of stubbed values on superclass class-level methods.
(Scott Taylor - #496 - #957)
* Fix pending to work with ruby-1.9
* deprecations
* share_as (will be removed from rspec-core-2.0)
* simple_matcher (will be removed from rspec-core-2.0)
===================================================================
rspec-rails-1.3.3 (rc)
* enhancements
* replace use of ''returning'' with ''tap'' (to quite rails-2....