Displaying 2 results from an estimated 2 matches for "alfa22".
2003 Mar 06
1
POSIX ACL to NT ACL bugs in get_nt_acl()
Hello , the described bellow  happens both in samba 2.2.7a and 3.0-alfa22.
First bug:
As it is easy to check  smbd , when asked about ACL entry of a file
never sends to the client OS   DENY Access Control Entries , only ALLOW.
so for example for a XFS file with acl: 
 # owner: a
 user::r--
 group::rwx
 other::rwx
 
  Win2K security tab  shows for user "a":...
2003 Mar 06
1
ACL bug FIXes for get_nt_acl()
Two attached patches for samba 2.2.7a and 3.0-alfa22,
that I've made today, fix 3 bugs mentioned in my previous e-mail.
1) For each file  in addition to ALLOW ACE 
   proper DENY ACE is created.
2) "Take ownership" is shown DENIED for all except root  ACEs
3) Read Permissions  and  read attributes  are always shown as allowed,
    as t...