search for: share_a

Displaying 6 results from an estimated 6 matches for "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, without unmounting the share, we add another share and HUP smbd. *smb.conf: * [...
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 p...
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 > > */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 t...
2019 Feb 22
1
Reloading smbd session process group membership cache
...b 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 > > > > */etc/group:* > > group_a:*:2000:user > > > > Now, a client mounts *share_a* as *dude* and has R/W access to it via his > > *group_...
2008 Jun 25
0
Winbind AND local users AND local groups
...ind enum groups = yes # This template can include the domain name if required template homedir = /export/home/%U template shell = /usr/bin/bash # Allows login in as "username" instead of "NTDOMAIN.username" winbind use default domain = Yes allow trusted domains = Yes [share_a] comment= share_a path = /storage/share_a #Disabled acl check permissions and zfsacl due to zfsacl issues encountered Solaris 08/07 w/ Samba 3.0.25 acl check permissions = False public = yes writable = yes
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...