Displaying 2 results from an estimated 2 matches for "unix_perms_to_acl_perm".
Did you mean:
unix_perms_to_acl_perms
2010 Aug 10
1
samba posix_acls.c file and dir permissions
...nding these.
1) in samba posix_acls.c why samba always setting the READ access for
the file and READ and WRITE access for directory ?
----------
case S_IRUSR:
/* Ensure owner has read access. */
pace->perms |= S_IRUSR;
if (is_directory)
pace->perms |= (S_IWUSR|S_IXUSR);
and_bits = unix_perms_to_acl_perms(and_bits, S_IRUSR,
S_IWUSR, S_IXUSR);
or_bits = unix_perms_to_acl_perms(or_bits, S_IRUSR,
S_IWUSR, S_IXUSR);
-----------
2) I have connected a samba share from the device onto my windows xp
machine.. when I tried modify subfolder owner write permissions , it is
simply ignoring that and setting...
2010 Jul 31
3
Alternative to Samba by Link***?
Hello
I vaguely remember reading an article months ago about some fork or
altnernative provider of Samba called something like Link***.
The Wikipedia article on Samba only mentions TNG.
http://en.wikipedia.org/wiki/Samba_%28software%29
Does someone know what I'm refering to and could tell me more?
Thank you.